Search found 18 matches

by Otter_T
Fri Oct 23, 2020 4:17 pm
Forum: Mobile Testing
Topic: Android 11 app support?
Replies: 2
Views: 2019

Re: Android 11 app support?

Changing that manifest attribute does allow the instrumentation/deployment process to finish, but there's an additional problem for which I have opened a case with Ranorex Support. A large number of my repository objects use the RId attribute, and these attributes are no longer appearing in the inst...
by Otter_T
Fri Oct 09, 2020 8:45 pm
Forum: Mobile Testing
Topic: Android 11 app support?
Replies: 2
Views: 2019

Android 11 app support?

I am having problems instrumenting and deploying an app built with the Android 11 SDK on Ranorex Studio 9.3.3. The app instrumentation process appears to work, but the app deployment fails with the following error: Failure [INSTALL_FAILED_INVALID_APK: Failed to extract native libraries, res=-2] at R...
by Otter_T
Thu Mar 14, 2019 5:29 pm
Forum: Mobile Testing
Topic: Automation tags lost with multidex - why?
Replies: 2
Views: 1513

Re: Automation tags lost with multidex - why?

The "without multidex" screen shot (for some reason, it didn't attach to my 1st post):
by Otter_T
Thu Mar 14, 2019 5:27 pm
Forum: Mobile Testing
Topic: Automation tags lost with multidex - why?
Replies: 2
Views: 1513

Automation tags lost with multidex - why?

I have been working closely with a team of mobile developers to add unique automation identifiers to a fairly new Android app (less than a year old). The identifiers are populated in the ContentDescription field. Needless to say, this has made the process of building automated tests much easier. The...
by Otter_T
Mon Jan 07, 2019 7:23 pm
Forum: How To …
Topic: Need help handling different date formats between website and mobile app
Replies: 2
Views: 1470

Need help handling different date formats between website and mobile app

I created a test with the following steps: 1) Using a desktop web browser, log into an account on a bank's internet banking site and enter a transaction. 2) Upon successfully entering the transaction, retrieve the transaction's effective date from a text field on the web page, and cast it as a varia...
by Otter_T
Sat Dec 30, 2017 1:54 am
Forum: Mobile Testing
Topic: Error "failed to start app" even though app was started
Replies: 7
Views: 5021

Re: Error "failed to start app" even though app was started

I've had this exact issue ever since release 6.2.1, and the only thing that has worked for me is setting "Android OS automation" to False in Settings/Plugins/Mobile. Something seems to have changed beginning with 6.2.1 that fundamentally altered the way Ranorex communicates with Android devices. Los...
by Otter_T
Mon Apr 17, 2017 4:40 pm
Forum: Mobile Testing
Topic: Device list is empty after PC crash
Replies: 3
Views: 1933

Re: Device list is empty after PC crash

Hello McTurtle,

That worked...I was able to restore all my devices. Thank you!!! :D
by Otter_T
Thu Apr 13, 2017 7:07 pm
Forum: Mobile Testing
Topic: Device list is empty after PC crash
Replies: 3
Views: 1933

Device list is empty after PC crash

Running Ranorex 6.2.0 on Windows 7 (I know, I know)... My PC crashed (blue screen) during a test run with an Android device. After restarting the PC, my project files seem intact, but the 13 devices I had set up seem to have vanished. The Devices view is empty. Is the device list stored in an indivi...
by Otter_T
Mon Mar 06, 2017 4:57 pm
Forum: Mobile Testing
Topic: Send ADB commands via Ranorex?
Replies: 2
Views: 3182

Re: Send ADB commands via Ranorex?

asdf,

Perfect! I created one code module to disable mobile data, and another to re-enable it. I can now simulate loss of connectivity at any point during a test run. Exactly what I was looking for.

Thank you!!! :D :D :D
by Otter_T
Sat Mar 04, 2017 12:25 am
Forum: Mobile Testing
Topic: Send ADB commands via Ranorex?
Replies: 2
Views: 3182

Send ADB commands via Ranorex?

I'm looking for a way to automate the enabling/disabling of mobile data connectivity on an Android device. The purpose for this is to verify that the AUT returns a "no internet access" message if a user attempts to open the app when their device has no mobile data connectivity, or if their device lo...
by Otter_T
Wed Apr 06, 2016 4:36 pm
Forum: Mobile Testing
Topic: RxBrowser app --> settings?
Replies: 1
Views: 2001

RxBrowser app --> settings?

I’ve previously only used Ranorex with instrumented native apps, but I’ve been asked to create some smoke tests for our legacy web app. This is proving to be a challenge because of some apparent limitations of the RxBrowser app. Unlike any browser I’ve ever used before, the RxBrowser doesn’t seem to...
by Otter_T
Wed Jan 06, 2016 5:29 pm
Forum: Mobile Testing
Topic: iOS: uninstalled apps still show on RxServiceApp menu
Replies: 1
Views: 2029

iOS: uninstalled apps still show on RxServiceApp menu

Running Ranorex 5.4.4 with RxServiceApp 2.1.1 on various iOS 8 and 9 iPads. Prior to RxServiceApp 2.1.1, when an instrumented app was uninstalled from the iOS device, the app would still appear as an entry on the "Ranorex Services - Apps" screen until the user attempted to open it, at which time the...
by Otter_T
Tue Dec 29, 2015 5:39 pm
Forum: Mobile Testing
Topic: Processes not ending - memory leak?
Replies: 6
Views: 3498

Re: Processes not ending - memory leak?

Thank you, krstcs. I will definitely give this a try, because an entirely self-contained way to kill processes is exactly what I've been looking for.
by Otter_T
Mon Dec 21, 2015 6:48 pm
Forum: Mobile Testing
Topic: Processes not ending - memory leak?
Replies: 6
Views: 3498

Re: Processes not ending - memory leak?

I cobbled together a procedure to terminate excess “iproxy.exe” instances, and thought I’d share it in case anyone else is looking for a workaround to this issue. The process consists of three steps: 1) creating a VB script to terminate all instances of “iproxy.exe” if there are more than five insta...