Page 1 of 1

Run Unselected Test Cases via Command Line

Posted: Thu Dec 20, 2012 10:51 pm
by chowdhury_a
Hello,

I have my .rxtst full of different Test Cases that I do not want all selected at different points of time, depending on my situation at my computer ... But when I deploy these tests out into my testing environments, I would like to run certain test cases via 'testcase' command-line parameter; but these tests are not being run without being selected.

Is there a way we can force-run these test-cases regardless of whether they are selected or not in the rxtst file?

Thanks,
Adnan

Re: Run Unselected Test Cases via Command Line

Posted: Wed Dec 26, 2012 4:34 pm
by chowdhury_a
For the time being, we have created a separate configuration in the Test Suite file. Thanks.

Re: Run Unselected Test Cases via Command Line

Posted: Thu Dec 27, 2012 12:05 pm
by Support Team
Hi,

This is the right way if you want to run more than one test case.
runconfig|rc:<configuration name>
Runs the test cases of the specified configuration defined by the rxtst file.
I suppose you want to run more than one test case, right?

If you just want to run one test case you could also use this one:
testcase|tc:<name or guid of test case>
Runs this test case only.
Regards,
Markus