Search found 15 matches

by dominik_F
Mon Nov 11, 2019 3:33 pm
Forum: Mobile Testing
Topic: iOS | deployment issue
Replies: 4
Views: 3008

Re: iOS | deployment issue

hi,

I didn't use a dev profile mobileprovision file.
I got the correct file from my iOS developer.
Can be seen as resolved.
by dominik_F
Mon Nov 11, 2019 3:02 pm
Forum: Mobile Testing
Topic: iOS | deployment issue
Replies: 4
Views: 3008

iOS | deployment issue

Hi all, I'm trying to set up an iOS testing project and have issue in deploying the instrumented IPA. The ipa itself as well as the p12 and mobileprovision file seem to be okay, as I can successfully create the -instrumented.ipa If i check the "Deploy the App under test" box and select my test devic...
by dominik_F
Mon Sep 09, 2019 7:25 am
Forum: Automation Tools
Topic: Test execution crash
Replies: 2
Views: 1836

Re: Test execution crash

Hi,

thanks for the reply and hint.
It was indeed a mix of being logged in via remote desktop and the scheduler job being not configured as "user must be logged in"
by dominik_F
Fri Sep 06, 2019 10:44 am
Forum: Automation Tools
Topic: Test execution crash
Replies: 2
Views: 1836

Test execution crash

Hi all, thats eventually a pretty basic thing, but i could not find anything about it so far. I have a test which works fine when calling it manually via the commandline. When having a script that is started via the windows task scheduler run it, it instantly aborts with an "Text execution fatal cra...
by dominik_F
Fri Jul 19, 2019 10:51 am
Forum: Mobile Testing
Topic: Ranorex command line instrumentation on emulator
Replies: 8
Views: 2497

Re: Ranorex command line instrumentation on emulator

Hi, i add my issue to this thread as it is quite similar. I have an Android Endpoint (Samsung Galaxy S7 edge) which is recognized and everything within ranorex studio. For human readability i changed its endpoint name from "USB-xxxxxx" to "GalaxyS7". Within Ranorex studio it is fine (connected, i ca...
by dominik_F
Wed Jul 10, 2019 1:49 pm
Forum: Automation Tools
Topic: Project Naming
Replies: 3
Views: 1418

Re: Project Naming

hi, thanks for your quick response and the hint where to change the assembly name. I didnt expect it to be an issue either, but somehow the AUT does not start up when executing the test.exe so I assumed that i have overseen something. The folder where the AUT lies is another one than the bin/debug o...
by dominik_F
Wed Jul 10, 2019 11:45 am
Forum: Automation Tools
Topic: Project Naming
Replies: 3
Views: 1418

Project Naming

Hi all, i have troubles running tests from the compiled exe. My solution and its main project have the same name as the AUT. When running the compiled test exe it cannot open the AUT (which leads to failing tests). When i rename the main project, the compiled exe won't run and it quits with an excep...
by dominik_F
Tue Jun 18, 2019 6:27 am
Forum: Object Identification and Technologies
Topic: Compatibility between Ranorex and Flutter Google
Replies: 8
Views: 3544

Re: Compatibility between Ranorex and Flutter Google

Hi Ned,

thanks for the reply.
I will make use of the User Voice platform feature soon.

How does the image based automation work in this case ? As with the flutter test app ranorex only showed me a main activity, a container and a flutter activity (that looked empty and was only one color)
by dominik_F
Thu Jun 06, 2019 2:43 pm
Forum: General Questions
Topic: Usage of EmailModule.cs and issues with variables
Replies: 1
Views: 1217

Usage of EmailModule.cs and issues with variables

Hi all, i'm quite new to ranorex, so sorry if that question is too trivial. I'm trying to use the EmailModule from the RanorexAutomationHelpers. Basically it works fine, as long as I only run a single TestSuite but not the whole solution. If a run the whole solution (currently 3 Testsuites each cont...
by dominik_F
Thu Jun 06, 2019 11:59 am
Forum: Object Identification and Technologies
Topic: Compatibility between Ranorex and Flutter Google
Replies: 8
Views: 3544

Re: Compatibility between Ranorex and Flutter Google

Hi, I know, thats an old thread, but I just wanted to open the same one so instead I answered here. It seems as if Ranorex cannot instrumentalize the app correctly. Ranorex Spy can only identify a MainActivity containing a form and a flutter element. (like in this screenshot) Find attached my Snapsh...
by dominik_F
Fri May 31, 2019 9:30 am
Forum: How To …
Topic: ReportToPDF compile error
Replies: 8
Views: 4157

ReportToPDF compile error

Dear community, I tried creating PDF reports for my TestSuites. Therefore I added "Ranorex Automation Helpers" to my solution and added those to at the end of the teardown. PDF creation basically worked, but all files were overwritten by the last one (as described by someone else in https://www.rano...
by dominik_F
Mon May 13, 2019 12:08 pm
Forum: Automation Tools
Topic: Identification Issues on Testrun
Replies: 5
Views: 1477

Re: Identification Issues on Testrun

Hi, where can I export and import these settings? Everything runs with default settings though, so i doubt that would change much. I created the folder manually and after some tinkering i got the base path correct. After that Elements were automatically put into that folder after being tracked. The ...
by dominik_F
Mon May 13, 2019 9:14 am
Forum: Automation Tools
Topic: Identification Issues on Testrun
Replies: 5
Views: 1477

Re: Identification Issues on Testrun

Hi, thanks for the response and sorry for forgetting to add the xpath. I have updated ranorex to 9.0.1 but unfortunately it didnt change the outcome. When reproducing it, i saw that the Spy also cannot find the element after it being automatically added during a recording or after tracking the eleme...
by dominik_F
Fri May 10, 2019 8:20 am
Forum: Mobile Testing
Topic: Android App Bundle Support
Replies: 2
Views: 2148

Android App Bundle Support

Hi all, is there a way to test "Android App Bundle" (aab) files, or is only "apk" without obfuscation supported? Are there any plans to support aab in the near future ? (Google seems to be pushing developers away from apk towards the more modern aab). For reference: https://developer.android.com/pla...
by dominik_F
Thu May 09, 2019 1:15 pm
Forum: Automation Tools
Topic: Identification Issues on Testrun
Replies: 5
Views: 1477

Identification Issues on Testrun

Hi, Ranorex has issues identifying some Elements within the AUT when running the recorded test (C# Application running with .NET4.6) During recording or when using XPath, Ranorex quickly identifies the desired elements and those elements are also within the repository. I tried validating and clickin...