Search found 174 matches

by asdf
Fri Oct 12, 2018 11:17 am
Forum: Mobile Testing
Topic: Emulators For Mobile Testing
Replies: 2
Views: 2742

Re: Emulators For Mobile Testing

Hi Jcatron, I would suggest using either Genymotion or AVD (Android Studio) to automate your Android mobile applications. Since, there is no working emulator for iOS on Windows it will not be possible to use it with Ranorex. Furthermore, cloud-based mobile solutions are currently not supported by Ra...
by asdf
Mon Oct 08, 2018 12:56 pm
Forum: Mobile Testing
Topic: What to do if the p12 certificate and mobile provision are not available?
Replies: 2
Views: 1749

Re: What to do if the p12 certificate and mobile provision are not available?

Hi Tejas,

You need these files to instrument the application under test. You can find a description on how to create these file here.

Hope this helps.

ASDF
by asdf
Mon Oct 01, 2018 1:44 pm
Forum: Bug Reports
Topic: Ranorex Automation doesn't recognize UltraComboEditor
Replies: 6
Views: 2101

Re: Ranorex Automation don't recognize UltraComboEditor

Hi,

Are you able to post a small sample application of this UltraComboEditor?

Regards,
ASDF
by asdf
Fri Sep 21, 2018 2:50 pm
Forum: Object Identification and Technologies
Topic: How to access a certain window
Replies: 4
Views: 3332

Re: How to access a certain window

Hi Fleipold,

It seems that this pop up dialog is an independent form element. So if you are using the whitelist feature, I would suggest trying to add this to the whitelist.

If this is not the case, please post the actions you are using to automate this dialog.

Hope this helps.
ASDF
by asdf
Fri Sep 21, 2018 2:30 pm
Forum: Object Identification and Technologies
Topic: Identify UI element by window class
Replies: 2
Views: 1578

Re: Identify UI element by window class

Hi Hans,

Please post a Ranorex Snapshot of the element in question. The syntax of your RxPath looks correct. So maybe there is no such attribute.

ASDF
by asdf
Fri Sep 21, 2018 2:27 pm
Forum: Bug Reports
Topic: Can't use Auto-bind for Variable
Replies: 7
Views: 2123

Re: Can't use Auto-bind for Variable

Hi Chris,

It seems that you are using a 4k display and Ranorex is not yet compatible with 4k displays. Please try to set your screen resolution to 1920x1080 and try if the button is still not there.

Hope that helps.
ASDF
by asdf
Thu Sep 20, 2018 2:35 pm
Forum: Bug Reports
Topic: 8.2 Studio can't start Tests if Testsuite name contains Spaces
Replies: 1
Views: 1578

Re: 8.2 Studio can't start Tests if Testsuite name contains Spaces

Hi Lukas,

I tried to create a test suite with a space in the name, and it seems that it is not allowed doing so. So it seems that your test suite was adapted outside of Ranorex. I would suggest simply call your test suite file "abc_def.rxtst" instead of using the white space.

Hope that helps.
ASDF
by asdf
Wed Sep 19, 2018 1:12 pm
Forum: Object Identification and Technologies
Topic: How do I identify a console process?
Replies: 8
Views: 1783

Re: How do I identify a console process?

Hi, The easiest way would be to start the application through code and wait for the exit code of it. using System.Diagnostics; ... Process process = new Process(); // Configure the process using the StartInfo properties. process.StartInfo.FileName = "process.exe"; process.StartInfo.Arguments = "-You...
by asdf
Tue Aug 28, 2018 2:25 pm
Forum: General Questions
Topic: Some plugin issue shows in the report
Replies: 3
Views: 997

Re: Some plugin issue shows in the report

Please post a Ranorex Snapshot and not a screenshot. This would help the community to understand your problem and provide necessary information.
by asdf
Tue Aug 28, 2018 12:02 pm
Forum: Automation API
Topic: NuGet for Ranroex Runtime?
Replies: 1
Views: 1769

Re: NuGet for Ranroex Runtime?

Unfortunately, there is no NuGet package which contains the Ranorex runtime. However, you could simply create your own NuGet package and use it in Visual Studio.
Hope that helps.
Asdf
by asdf
Fri Aug 24, 2018 9:53 am
Forum: General Questions
Topic: Some plugin issue shows in the report
Replies: 3
Views: 997

Re: Some plugin issue shows in the report

Hi,

It seems that you are trying to get the ID attribute of a Flex element which does not provide this element. However, please post a Ranorex Snapshot and the action on which the test is failing to this thread.

Regards,
asdf
by asdf
Thu Aug 09, 2018 3:48 pm
Forum: General Questions
Topic: unable to find dom
Replies: 3
Views: 1067

Re: unable to find dom

Have you already tried to simply record some steps in Google Chrome?
Furthermore, I saw that your RxPath is pointing to the form element of Chrome instead of the WebDocument which RxPath should be something like: /dom[@url='www.google.com'].
by asdf
Thu Aug 09, 2018 3:30 pm
Forum: Object Identification and Technologies
Topic: Not able to click on object as it is under fixed header
Replies: 10
Views: 3476

Re: Not able to click on object as it is under fixed header

I have the same issue and I think the only thing you can do here is to scroll every time the navigation bar is blocking an element. The other option would be to create a new test environment where you disable this fixed header.
by asdf
Mon Aug 06, 2018 8:15 am
Forum: How To …
Topic: Issue with Ranorex Magic Merger
Replies: 4
Views: 2563

Re: Issue with Ranorex Magic Merger

Hi,

Please try to set the arguments like in the picture below.
Arguments.png
Hope this helps.

asdf
by asdf
Thu Aug 02, 2018 12:48 pm
Forum: Automation Tools
Topic: Elevated Permission required Pop up
Replies: 3
Views: 3544

Re: Elevated Permission required Pop up

Hi,

You can use the debugger without administrator rights, by simply disabling the UIALauncher in the Ranorex Settings.
Settings.png
I hope that helps.
asdf