Search found 20 matches

by foals11
Fri May 29, 2020 10:12 am
Forum: Mobile Testing
Topic: ExecuteScript in xamarin app
Replies: 4
Views: 2539

Re: ExecuteScript in xamarin app

Hi Bart,

What Ranorex version do you use?
I had a similar issue, in my case it helped to add a delay after the run application action.
Set the delay to something like two minutes, just to see if it helps.

regards,
by foals11
Mon May 25, 2020 12:23 pm
Forum: Bug Reports
Topic: Failed to instrument WPF process
Replies: 10
Views: 5259

Re: Failed to instrument WPF process

Hi,

At first, I would suggest downloading and installing Ranorex 9.3.1: https://www.ranorex.com/download-archive/
What's more, do you execute Ranorex Studio and your application as admin?

regards
by foals11
Tue May 19, 2020 10:59 am
Forum: General Questions
Topic: Ranorex Spy Not Tracking
Replies: 2
Views: 1492

Re: Ranorex Spy Not Tracking

Hi,

According to your description, it seems that Chrome isn't added to your whitelist.
You can add Chrome to the whitelist, by following this instruction:https://www.ranorex.com/help/latest/ran ... telisting/

regards
by foals11
Thu Apr 30, 2020 7:30 am
Forum: Object Identification and Technologies
Topic: Really slow object recognition (WinForms10)
Replies: 4
Views: 1850

Re: Really slow object recognition (WinForms10)

Hi, Have you added your application to the whitelist? Whitelist: https://www.ranorex.com/help/latest/ranorex-studio-fundamentals/whitelisting/ I had a similar issue, in my case it helped to install the .Net Framework 4.7.2 SDK. You can download the SDK under the following link: https://dotnet.micros...
by foals11
Mon Apr 27, 2020 10:23 am
Forum: General Questions
Topic: TestSuit Setup
Replies: 7
Views: 1480

Re: TestSuit Setup

Hi,

I think you can achieve this with the retry count in Ranorex Studio.
Retry count: https://www.ranorex.com/help/latest/ran ... eautoretry

regards,

foals11
by foals11
Wed Mar 25, 2020 10:49 am
Forum: Automation Tools
Topic: Spy does not show QtElement information
Replies: 3
Views: 1790

Re: Spy does not show QtElement information

Hi,

I had a similar issue. I contacted the Ranorex Support and their developers have analyzed the issue.
According to the the Ranorex developers, Qt 5 applications need the Visual C++ 2010 Redistributables.

regards
by foals11
Mon Mar 23, 2020 1:46 pm
Forum: Mobile Testing
Topic: Documentation
Replies: 2
Views: 2469

Re: Documentation

Hi,

You can see in the Ranorex report, which variables are used in the specific modules.
Additionally, it is not possible to create a document in Ranorex, which only includes the variables of the specific modules.

regards
by foals11
Mon Mar 23, 2020 8:46 am
Forum: Automation Tools
Topic: GetReferenceNearestTargetFrameworkTask not found
Replies: 4
Views: 4508

Re: GetReferenceNearestTargetFrameworkTask not found

Hi, Try both solutions that are mentioned in this stackoverflow post? Try to install the NuGet targets and build tasks and the NuGet package manager from the Visual Studio installer. https://stackoverflow.com/questions/47797510/the-getreferencenearesttargetframeworktask-task-was-not-found regards
by foals11
Thu Feb 27, 2020 3:57 pm
Forum: How To …
Topic: Editing Repository Item manually for each action
Replies: 2
Views: 1250

Re: Editing Repository Item manually for each action

Hi,

What exactly do you change at the repository?
Can you upload some screenshots, do make it more clear?

regards,
by foals11
Tue Feb 04, 2020 4:16 pm
Forum: General Questions
Topic: unable to locate element in Ranorex studio of type WebDocument:IE
Replies: 18
Views: 3038

Re: unable to locate element in Ranorex studio of type WebDocument:IE

Hi, Try to use these paths for the input fields: user: /form[@controlname='BrowserAuthenticationWindow']/container[@controlname='webBrowserPanel']//dom[@domain='identity-stg.trimble.com']//input[#'user'] password: /form[@controlname='BrowserAuthenticationWindow']/container[@controlname='webBrowserPa...
by foals11
Tue Feb 04, 2020 3:05 pm
Forum: General Questions
Topic: unable to locate element in Ranorex studio of type WebDocument:IE
Replies: 18
Views: 3038

Re: unable to locate element in Ranorex studio of type WebDocument:IE

Hi,

Have you added your application to the whitelist?
Explantion about whitelisting: https://www.ranorex.com/help/latest/ran ... telisting/

Additionally, do you start your application local or via an network drive?

regards,
by foals11
Mon Feb 03, 2020 1:02 pm
Forum: Bug Reports
Topic: LineageGlueRule errors in FF (Ranorex 8.1)
Replies: 25
Views: 7141

Re: LineageGlueRule errors in FF (Ranorex 8.1)

Hi,

@anitaamlani96 as you are on Ranorex 9.1, I would suggest updating Ranorex to the latest version.

@qa-auto I had a similar issue, in my case it helped setting "Enable JS-based RanorexXPath evaluation" to false.
You have to open the plugins settings to turn it off (see my attachement).

regards,
by foals11
Tue Jan 21, 2020 1:58 pm
Forum: General Questions
Topic: Duplicate tree nodes
Replies: 5
Views: 1122

Re: Duplicate tree nodes

Hi,

It is expected that there are two trees in Spy, when the delphi plugin is enabled.
One is the tree of the delphi plugin and the other is the tree of the UIA plugin.
As odklizec correctly mentioned, you have to modify the path of the form element, to differ between the trees.

regards,
by foals11
Tue Jan 21, 2020 10:39 am
Forum: Mobile Testing
Topic: Unable to connect Android and iOS devices through 'Endpoints' option.
Replies: 10
Views: 4284

Re: Unable to connect Android and iOS devices through 'Endpoints' option.

Hi, Get your devices recognized by your machine? You can figure it out with the adb tool of Ranorex. The adb tool is usually stored in C:\Program Files (x86)\Ranorex\Studio\Bin\RxEnv\Android\Tools. Open the command window and type the command "adb devices". When your devices get found, the output wi...
by foals11
Fri Jan 03, 2020 10:26 am
Forum: Automation Tools
Topic: Warning message "Variables not bound"
Replies: 11
Views: 3533

Re: Warning message "Variables not bound"

Hi,

These warnings appear when you use module variables, but don't bind them to a data connector or parameter (data-driven testing).
If your test gets executed as expected, you don't have to worry about these warnings.

regards,