Page 1 of 1

Command line ARG to run a specific folder in Test Suite?

Posted: Tue Dec 22, 2015 5:31 pm
by BSullivan
Is there an available command line Arg to run a folder of test cases within a solution?

I know that the same thing can be accomplished by using run configurations, but I was hoping that I could use the folder instead to minimize the need to double check the saved configurations when I have multiple people automating at the same time.

Is there any other workaround for this?

Using Ranorex 5.4.3

Re: Command line ARG to run a specific folder in Test Suite?

Posted: Thu Dec 24, 2015 9:09 am
by Support Team
Hello BSullivan,

Unfortunately, there is no way to run only a specific folder.

What could be done is to create parent test cases, which could be executed via the command line.
test_suite.png
For example, you could use the following command if only TestCase_B should be executed.

Code: Select all

SampleSolution.exe /testcase:TestCase_B
More information about the different arguments can be found in the user guide.

Regards,
Johannes