Page 1 of 1

Test for iOS instrumented app crashes on TouchStart method

Posted: Fri May 08, 2015 8:36 am
by tomaszp
I have an iOS application with the drag'n'drop functionality. To simulate drag I tried to use the TouchStart / TouchMove / TouchEnd sequention. Unfortunately all these methods are not working for Text, Container or IosElement (probably they are not working for any UI control).

Test module crashes with the following error message:
Failed to resolve/execute Request handler because an error occured: [Cannot process request. There is no valid request hander for the methodcall 'ReplayTouch' registered]

Is Ranorex able to test such things on iOS? I tried other touch methods like Touch, LongTouch or Swipe and they are working well (but they are useless in my scenario).

I'm using Ranorex 5.3.2 and iOS 8.3 but I tested that on an earlier version of the iOS with the same result.

Re: Test for iOS instrumented app crashes on TouchStart method

Posted: Tue May 12, 2015 3:15 pm
by Support Team
Hi tomaszp,

I am afraid drag'n'drop functionality is not supported for iOS at the moment. It can only be done using TouchStart / TouchMove / TouchEnd in Android.
Maybe there is a workaround in your application in order to avoid drag'n'drop.

Regards,
Bernhard