Page 1 of 1

How to set 2 dataranges in command line

Posted: Thu Aug 27, 2015 9:08 pm
by sleblond.acceo
Hi,

I would like to specify to datarange on my test suite in commande line like that:

myTest.exe /tcdr:Test1=2-2;Test2=1-2

But it's don't work and did all my test case in datarange set in the solution!

Thanks

Stephane Leblond
ACCEO Solutions Inc

Re: How to set 2 dataranges in command line

Posted: Fri Aug 28, 2015 7:45 am
by odklizec
Hi,

This should work...
myTest.exe /tcdr:Test1=2-2 /tcdr:Test2=1-2

Re: How to set 2 dataranges in command line

Posted: Fri Aug 28, 2015 1:45 pm
by sleblond.acceo
Thank you

Stephane

Re: How to set 2 dataranges in command line

Posted: Fri Aug 28, 2015 1:46 pm
by odklizec
You are welcome! ;)