Test for iOS instrumented app crashes on TouchStart method

Mobile Testing, Android App Testing.
tomaszp
Posts: 2
Joined: Thu Aug 07, 2014 8:27 am

Test for iOS instrumented app crashes on TouchStart method

Post by tomaszp » Fri May 08, 2015 8:36 am

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.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Test for iOS instrumented app crashes on TouchStart method

Post by Support Team » Tue May 12, 2015 3:15 pm

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