Page 1 of 1

Command line to run only one testsuite in multiple-test suit project

Posted: Thu Sep 20, 2018 1:51 pm
by bberrabah
Hi ;

Somebody can show to me how is it possible ton run inly one test suite from multiple testsuites project in commande line ?

I tried to get information here, https://www.ranorex.com/help/latest/ran ... x-studio/ but i didn't find adequate answer .

Regards

Re: Command line to run only one testsuite in multiple-test suit project

Posted: Thu Sep 20, 2018 1:58 pm
by odklizec
Hi,

What exactly is your problem? Basically, this command line should start your test with appropriate test suite...
test.exe /testsuite:C:\path\to\file.rxtst

Re: Command line to run only one testsuite in multiple-test suit project

Posted: Thu Sep 20, 2018 2:02 pm
by bberrabah
Thanks;

i forgot the "/" before the "ts" argument. So sure, it couldn't be run

Best regards