Search found 3 matches

by Chartlon
Sun Mar 28, 2021 9:17 am
Forum: Mobile Testing
Topic: Open instrumented IPA through pipeline to be visible in Ranorex Service App
Replies: 10
Views: 6415

Re: Open instrumented IPA through pipeline to be visible in Ranorex Service App

As part of our continuous integration I've set up pipeline in Azure DevOps in order to test our apps. For Android I've set up a pipeline where the Ranorex Service App gets installed on the target phone (real device connected to the pipeline agent(laptop)) followed by the instrumented app (Instrumen...
by Chartlon
Sat Feb 20, 2021 7:52 am
Forum: Mobile Testing
Topic: Test for iOS app crashes on TouchStart method
Replies: 7
Views: 4895

Re: Test for iOS app crashes on TouchStart method

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. The Crash report "Failed to resolve/execute Request handler because an error occured: [Cannot process requ...
by Chartlon
Sat Feb 13, 2021 11:15 am
Forum: General Questions
Topic: How to find an element only by automation id/text in C#?
Replies: 6
Views: 4885

Re: How to find an element only by automation id/text in C#?

I'm new to Ranorex and trying to use Ranorex's C# API for a Windows desktop application. How to find an element only by automation id/text in C#? Looking for something like, ogwhatsapp apk mainWindow.Get(SearchCriteria.ByAutomationId("<automationId>")) mainWindow.Get<Button>("<automationId>"); or m...