Search found 2 matches

by Splendid
Thu Jan 10, 2013 6:56 pm
Forum: Mobile Testing
Topic: Ranorex support for Andriod Applications
Replies: 9
Views: 2925

Re: Ranorex support for Andriod Applications

Markus, I also tried this code: repo.App.MainPage.Test.TouchStart(0.5, 0.2); repo.App.MainPage.Test.TouchMove(0.5, 0.8); repo.App.MainPage.Test.TouchEnd(0.5, 0.8); And it gives me the same action as: repo.App.MainPage.Test.LongTouch(); As a result I receive popup message in test app instead of drag....
by Splendid
Thu Jan 10, 2013 1:51 pm
Forum: Mobile Testing
Topic: Ranorex support for Andriod Applications
Replies: 9
Views: 2925

Re: Ranorex support for Andriod Applications

Hello, You told, that gestures feature will be supported in further release. Do you have information, when new release will be ready? And how I can emulate drag and drop in current version (4.0.0.20817)? I tried using: repo.App.MainPage.Test.TouchStart(0.5, 0.2); repo.App.MainPage.Test.TouchEnd(0.5,...