Search found 4 matches

by JFL
Fri Mar 08, 2019 8:41 pm
Forum: How To …
Topic: How to know the coverage of areas (of your application) that is covered with your Ranorex tests?
Replies: 1
Views: 1487

How to know the coverage of areas (of your application) that is covered with your Ranorex tests?

Hi, my manager has an interest into knowing how much area (in our app) that is covered by the Ranorex tests. The most common mistake is that people try to calculate it by looking at their TestRails test suite and check how much test cases are automated. Is there anybody that figure out a way to calc...
by JFL
Wed Feb 13, 2019 4:55 pm
Forum: Bug Reports
Topic: Description won't show up in the 'select from library' UI
Replies: 1
Views: 1419

Description won't show up in the 'select from library' UI

Hi, We have a .dll library (to help to share our methods to the whole company) that contains UserCodeCollection along with UserCodeMethod inside of it and the method are visible in the 'select from library' UI but the description show: method has no description. However, there is a description in th...
by JFL
Fri Nov 09, 2018 3:37 pm
Forum: General Questions
Topic: Exporting results in the same TestRail while using parallel tests
Replies: 2
Views: 1001

Re: Exporting results in the same TestRail while using parallel tests

Actually I find a way to accomplished the task. Since our Ranorex tests runs in parallel on the build system. I created a step via the API of Test Rail to create a test run on my project and I retrieve that ID from that test run and pass it over to my ranorextests.exe in the -trrunid= and it works !...
by JFL
Wed Nov 07, 2018 11:15 pm
Forum: General Questions
Topic: Exporting results in the same TestRail while using parallel tests
Replies: 2
Views: 1001

Exporting results in the same TestRail while using parallel tests

Hi, My tests are running on GitLab in parallel. Right now, I have two batch of test running at the same time and I want them to put the results both in the same Test run on Test Rail. Everytime, the Ranorex test are running I am expecting a new test run created in Test Rail and expecting the two tes...