kamahade
14 years agoRegular Contributor
usuage of commandline option -P
Hello there,
How one should use commandline option -P. ? I read http://www.soapui.org/Test-Automation/functional-tests.html.
it says
G : Sets global property with name=value
P : Sets project property with name=value
Does it means, if I want to set a project level property(like jdbcname) I should use it Or if I have a testcase level property ( if property name is unique) , I could set with that option ?
How one should use this option -P, if I want to set more than one option. Should I use , or ; to distinguish
/C testrunner.bat -swebtestsuite -cwebtestcase -Piid=12345,endpoint="Myvalue",anotherproperty="anothervalue" ?
How one should use commandline option -P. ? I read http://www.soapui.org/Test-Automation/functional-tests.html.
it says
G : Sets global property with name=value
P : Sets project property with name=value
Does it means, if I want to set a project level property(like jdbcname) I should use it Or if I have a testcase level property ( if property name is unique) , I could set with that option ?
How one should use this option -P, if I want to set more than one option. Should I use , or ; to distinguish
/C testrunner.bat -swebtestsuite -cwebtestcase -Piid=12345,endpoint="Myvalue",anotherproperty="anothervalue" ?