Forum Discussion
redfish4ktc2
12 years agoSuper Contributor
As far as I understand your script, you try to override properties of a given testcase.
So if its name is MyTestCase1, adding the following parameter to the testrunner.sh script should work
-Dsoapui.properties.MyTestCase1=myFile.properties
The first example given in http://www.soapui.org/Scripting-Propert ... mmand-line (and the logs) does not apply as it should only be used if you want to override Global Properties (define for the whole Soapui application, not for any part of a specific project)
So if its name is MyTestCase1, adding the following parameter to the testrunner.sh script should work
-Dsoapui.properties.MyTestCase1=myFile.properties
The first example given in http://www.soapui.org/Scripting-Propert ... mmand-line (and the logs) does not apply as it should only be used if you want to override Global Properties (define for the whole Soapui application, not for any part of a specific project)