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

Ask general questions here.
BSullivan
Posts: 32
Joined: Thu Jun 04, 2015 6:31 pm
Location: HorseHeads NY
Contact:

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

Post by BSullivan » Tue Dec 22, 2015 5:31 pm

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

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

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

Post by Support Team » Thu Dec 24, 2015 9:09 am

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
You do not have the required permissions to view the files attached to this post.