Abascal
5 years agoNew Contributor
Overwrite a TestSuite / TestCase property in the loadtestrunner.sh from command line
Hello everybody,
I have been some time trying to overwrite a test suite parameter through command line but I never figured out how to achieve it. Currently, I know it is possible to pass a property from command line with the -P option.
For example:
testrunner.sh -r -f report -s ATP VALIDATION.xml -P property1=false
When we execute it, the property1 will be set up as false at the project level. But...How about overwrite a property when the property is located at the test suite level? How can it be done?
Thanks in advance.