testRunner command line : how to set testCase's property values
Hello, I'm using testRunner in command line calls. I can target a particular testCase with the options -s<my TestSuite> and -c<myTestCase>. The testCase I want to play uses custom properties an...