Ranorex Is very slow while skipping cases

Ask general questions here.
rastek
Posts: 185
Joined: Wed Aug 06, 2014 12:00 pm

Ranorex Is very slow while skipping cases

Post by rastek » Thu May 19, 2022 6:53 pm

I do not know whether anybody complained about this but this is one of the many issues that Ranorex still far away from real working Life. (thats a problem of many tools)

When I run my tests through command line and since command line does not support multi test case, I use IF Condition for running multi Test Cases . I bind condition to Global Parameters for every Test Case.

it works fin but the problem is when I skip cases to takes too long .

and depending on number of the inner Smart Folders of that case that may take minutes.

Lets say I have 10 cases and I want to run only 2 cases from command line

2 case takes 5 minutes to complete

skipping other 8 cases takes approximately 10-12 minutes which is way too long.

I dont understand why Ranorex counting everything inside a test case when I skip it, it should just skip in a second or so..

Fergal
Certified Professional
Certified Professional
Posts: 455
Joined: Tue Feb 18, 2014 2:14 pm
Location: Co Louth, Ireland
Contact:

Re: Ranorex Is very slow while skipping cases

Post by Fergal » Tue May 24, 2022 9:53 am

Hi rastek,

Is this also an issue for you, if you run the tests directly in Ranorex Studio?
Lets say I have 10 cases and I want to run only 2 cases
If you add those 2 test cases to a run configuration and then specify that run config, when running the tests from command line, does that speed things up?