Search found 297 matches

by McTurtle
Mon Jul 13, 2020 9:22 am
Forum: General Questions
Topic: Upgrade to 9.3.2 --> Testsuite not working anymore
Replies: 4
Views: 1680

Re: Upgrade to 9.3.2 --> Testsuite not working anymore

Hello Polariteit, Did you open the project in Ranorex Studio and clicked on re-build? When you upgrade Ranorex on your computer, then the referenced dlls on your computer will get upgraded. However, your project will still reference the 9.3.0 dlls. This is a normal behaviour. You need to re-build th...
by McTurtle
Wed Jul 01, 2020 1:03 pm
Forum: General Questions
Topic: Jenkins and Jira integration
Replies: 1
Views: 992

Re: Jenkins and Jira integration

Hello kavya13, Jenkins Integration : 1. How to run multiple solutions together? You need to run a test sequence for stating multiple projects sequentially. You can see instructions here: Manage multiple test suites 2. How to map reports in case multiple projects are triggered via Jenkins on a single...
by McTurtle
Wed Jul 01, 2020 12:27 pm
Forum: How To …
Topic: How to configured and use WebDriver in the Ranorex?
Replies: 18
Views: 5069

Re: How to configured and use WebDriver in the Ranorex?

Hello Valeriy777, The RanoreXPath "/form[@title~'^Test\ Automation\ for\ GUI\ T']/..." is not a dom path. It is the browser form. This happens if the browser is not instrumented. Have you instrumented the browser? If you are trying to track a browser which was open with webdriver, then the Ranorex p...
by McTurtle
Wed Apr 22, 2020 2:54 pm
Forum: Automation Tools
Topic: Ranorex Video Reporting
Replies: 2
Views: 1679

Re: Ranorex Video Reporting

Hi rahulcan, There are not really many customization options. Certainly it is not possible to limit the duration of the video from within Ranorex Studio video reporting settings. But it has all the most needed options and works brilliantly. If Ranorex gets "closed" as "gracefully closed", then I gue...
by McTurtle
Wed Apr 22, 2020 2:40 pm
Forum: General Questions
Topic: Where to setup the browser used?
Replies: 1
Views: 928

Re: Where to setup the browser used?

Hi rakotomandimby,

If you are looking in the project file, then you are over complicating. Read this: Cross-browser testing

For setting the browser that should be used you just need to add the correct browser to whitelist and then start it via Open Browser action: Actions

Regards,
McTurtle
by McTurtle
Thu Mar 26, 2020 1:32 pm
Forum: How To …
Topic: A tool for splitting Ranorex reports
Replies: 0
Views: 1419

A tool for splitting Ranorex reports

Hi all, I had this requirement to make smaller report files. I rather would not dare to split the test suite because of that. Therefore, I thought I'll see if I can split the actual XML file of the report. I managed to do it by working with the data file. The tool is really small and does not have a...
by McTurtle
Thu Mar 12, 2020 3:28 pm
Forum: General Questions
Topic: Creation of an external file with test results
Replies: 4
Views: 1068

Re: Creation of an external file with test results

Hey RTJakobs,

You can create html reports by renaming the ending of the Ranorex report in the report-tab of the test suite properties:
htmlreport.png
Does this help?

Regards,
McTurtle
by McTurtle
Wed Mar 11, 2020 2:29 pm
Forum: General Questions
Topic: Ranorex 9.0.0 is giving error while loading Visual Studio Solution
Replies: 8
Views: 2787

Re: Ranorex 9.0.0 is giving error while loading Visual Studio Solution

Hello Emil,

Do you have by any chance Visual Studio 2017 and Visual Studio 2019 installed in parallel?
Also, try to install the build tools 15. Get it from this link: Build Tools 15

Does it help?

Regards,
McTurtle
by McTurtle
Wed Mar 11, 2020 1:40 pm
Forum: General Questions
Topic: Creation of an external file with test results
Replies: 4
Views: 1068

Re: Creation of an external file with test results

Hi Ria,

The Ranorex Report is just such an external file and it created automatically ;)

If you want something else, then you have to really specify the requirements and explain why the Ranorex report does not cut it. Only then we are able to make suggestions...

Regards,
McTurtle
by McTurtle
Mon Mar 09, 2020 3:13 pm
Forum: General Questions
Topic: Image Validation percentage
Replies: 3
Views: 1262

Re: Image Validation percentage

Hi Nieppu,

You should also post example screenshots for which you say that changing color only only makes a 1% difference. I suspect that the "object" could represent only a small part of the whole screenshot. Please post a before and after screenshot with your next reply.

Regards,
McTurtle
by McTurtle
Mon Mar 02, 2020 2:58 pm
Forum: How To …
Topic: Validation Image not found by code module
Replies: 2
Views: 1397

Re: Validation Image not found by code module

Hey B Schele, Is the project in the solution which contain the images built as a dll and then added as a reference to a project in another solution or are you talking about multiple projects added to the same solution? Please explain how you added "solution" to "solution", which is not exactly possi...
by McTurtle
Thu Feb 27, 2020 3:53 pm
Forum: General Questions
Topic: Google chrome extension issue - a solution
Replies: 1
Views: 957

Re: Google chrome extension issue - a solution

Hey Andy,

This is also entirely new to me... Interesting :) I do hope I will never have to try it :D

Regards,
McTurtle
by McTurtle
Thu Feb 27, 2020 3:43 pm
Forum: General Questions
Topic: Change the focus in Ranorex
Replies: 2
Views: 1285

Re: Change the focus in Ranorex

Hi Anouar,

You need to add the other applications that you would like to automate to the whitelist. See here: Whitelist

Regards,
McTurtle
by McTurtle
Thu Feb 06, 2020 1:39 pm
Forum: General Questions
Topic: Tests run from Azure DevOps not starting apps on VM
Replies: 18
Views: 4297

Re: Tests run from Azure DevOps not starting apps on VM

Hi Fergal, When you say "The tests are run", do you mean that a console window opens with "Console logger starting" and "Run application" and all that Ranorex related messages? Also, the progress dialog appears? This is very important. Because, if this does not appear, then the Agent is not starting...
by McTurtle
Thu Feb 06, 2020 6:58 am
Forum: General Questions
Topic: Tests run from Azure DevOps not starting apps on VM
Replies: 18
Views: 4297

Re: Tests run from Azure DevOps not starting apps on VM

Hi Fergal, Ok, obviously you should undo that change to the "program.cs" file from my 1st post :) The error is saying it can't do that. Which error do you see int he same log when that change is undone and you try to run via Azure again? Also, you are sure you did set the agent to run as a process a...