Search found 20 matches

by Bassem.Ibrahim
Wed Jun 08, 2022 9:55 pm
Forum: Mobile Testing
Topic: Ranorex does not detect exit popup on android
Replies: 3
Views: 5020

Re: Ranorex does not detect exit popup on android

Can you post a Ranorex snapshot generated by Ranorex spy? (do a quick search if you are not famaliar)
by Bassem.Ibrahim
Wed Feb 09, 2022 11:38 pm
Forum: Mobile Testing
Topic: iOS 15 RxServiceApp does not list the app after instrumenting successfully
Replies: 4
Views: 4023

Re: iOS 15 RxServiceApp does not list the app after instrumenting successfully

Hi, This appears to be a known issue with instrumentation wizard. At the moment, iOS apps should be instrumented only via code (until the wizard is fixed). Hope this helps? It would be nice to know when they expect to release a fix for the instrumentation wizard??? iOS 15 was released back in septe...
by Bassem.Ibrahim
Wed Jan 19, 2022 10:44 pm
Forum: General Questions
Topic: Massive change for item in Ranorex
Replies: 9
Views: 1126

Re: Massive change for item in Ranorex

i am a bit perplexed by this question. That's the whole idea of the repository. You create a repo item with that path and use that repo item in all your modules, so when you have to make an update, you do so in only one place (the repository) and it will be updated in all your tests. Am I missunders...
by Bassem.Ibrahim
Thu Jan 13, 2022 7:29 pm
Forum: Automation Tools
Topic: Instrumented iOS app not able to launch
Replies: 4
Views: 1349

Re: Instrumented iOS app not able to launch

I was able to instrument(instrumentation wizard) and deploy our latest iOS app on an IPad running iOSv14.3, with Ranorex V9.5.3.
I was having the same crashing problem with iOS15, and now I am able to run my tests.
by Bassem.Ibrahim
Fri Dec 17, 2021 10:39 pm
Forum: Mobile Testing
Topic: iOS15 and Xcode13
Replies: 5
Views: 2214

Re: iOS15 and Xcode13

@ranorex support: when are you expecting to add support for ios 15?
by Bassem.Ibrahim
Mon Dec 06, 2021 11:43 pm
Forum: Jobs
Topic: Test Automation Engineer in Tucson, Arizona (Onsite)
Replies: 2
Views: 14440

Test Automation Engineer in Tucson, Arizona (Onsite)

Looking to hire a Full-time engineer (No H1-B sponsorhip), to work on developing Ranorex web and mobile tests(Android/iOS), as well as, API testing. Willing to train the right individual, if needed. Private message me if interested to learn more details. Full Benefits (Health/dental, 401k, life insu...
by Bassem.Ibrahim
Fri Oct 22, 2021 10:12 pm
Forum: Mobile Testing
Topic: instruction for Android developers on how to unobfuscate an APK file
Replies: 4
Views: 1561

Re: instruction for Android developers on how to unobfuscate an APK file

There was nothing else to do to un-obfuscate the APK. The issue was that the new developer added build flavors (production and staging). Ranorex was looking for the ID's using the <staging>.R package name which was not correct. When I instrumented the app with the <production>.R in the Custom R.ID f...
by Bassem.Ibrahim
Tue Oct 19, 2021 9:06 pm
Forum: Mobile Testing
Topic: instruction for Android developers on how to unobfuscate an APK file
Replies: 4
Views: 1561

Re: instruction for Android developers on how to unobfuscate an APK file

Thank you for the response. I have verified that settings in the build.gradle file and they appear to be correct for the unobfuscated build ( see attachment) I guess next step is to open a support ticket.
by Bassem.Ibrahim
Tue Oct 19, 2021 12:38 am
Forum: Mobile Testing
Topic: instruction for Android developers on how to unobfuscate an APK file
Replies: 4
Views: 1561

instruction for Android developers on how to unobfuscate an APK file

We have a new developer that is not able to properly unobfuscate the APK files. Are there written down instructions I can give him to help with that process? He is using Android Studio. Thanks in advance. The issue is when I instrument the new APK file, the ResourceID's/RID's are not visible. From p...
by Bassem.Ibrahim
Tue Sep 21, 2021 9:40 pm
Forum: How To …
Topic: Using external C++ DLL's in Ranorex (non .net dll)
Replies: 1
Views: 1280

Using external C++ DLL's in Ranorex (non .net dll)

Recently came up on this road block. My coworker created a C++ DLL using Gcc/G++ compiler. In order to use the DLL in my Ranorex project I had to do the following: 1) Target the Ranorex project to the correct Target CPU that the DLL was also targeted to. For me I had to change the Target CPU to 64 b...
by Bassem.Ibrahim
Thu Mar 11, 2021 4:36 am
Forum: Automation API
Topic: Request a Web Service with only token
Replies: 4
Views: 3173

Re: Request a Web Service with only token

The bearer tokens expire. You need to create a method to retrieve a bearer token so you can create a new one at the start of your test. I created a video on my youtube channel how to do that for AWS bearer tokens but the concept is similar to any API tokens:
https://youtu.be/WwMZuetfp3U
by Bassem.Ibrahim
Mon Sep 28, 2020 11:29 pm
Forum: Mobile Testing
Topic: Ranorex solution doesn´t work anymore with iOS 14
Replies: 7
Views: 2826

Re: Ranorex solution doesn´t work anymore with iOS 14

I just upgraded my iPad to iOS14 and experienced the same issue.
by Bassem.Ibrahim
Fri Sep 04, 2020 5:31 pm
Forum: Bug Reports
Topic: Login page crashing only with Ranorex OpenBrowser call and chrome
Replies: 4
Views: 1808

Re: Login page crashing only with Ranorex OpenBrowser call and chrome

Thanks for the feedback. Yes I opened a ticket yesterday morning.
by Bassem.Ibrahim
Thu Sep 03, 2020 5:00 pm
Forum: Bug Reports
Topic: Login page crashing only with Ranorex OpenBrowser call and chrome
Replies: 4
Views: 1808

Re: Login page crashing only with Ranorex OpenBrowser call and chrome

Interestingly, when you open up Ranorex forum with OpenBrowser() API and try to log in, first you will get an error message "The submitted form was invalid. Try submitting again.", then when you hit the login button again it will crash. I have tried the instrument switch off, and it still crashes. O...