Forum Discussion
eelzinga
16 years agoOccasional Contributor
Hi Marc
The next scenario works :
use the commandline startup for loadui :
loadUI-cmd.bat -Dsoapui.properties=soapui_tst.properties -p test-loadui-project.xml -l
in the loaded soapui project only 1 teststep with the groovy script output (log.info "debug test " + my_propertyvalue)
when run from the prompt you will see the output of the log.info with the value of the propertyvalue-variable which resists in the soapui_tst.properties file
The next scenario works :
use the commandline startup for loadui :
loadUI-cmd.bat -Dsoapui.properties=soapui_tst.properties -p test-loadui-project.xml -l
in the loaded soapui project only 1 teststep with the groovy script output (log.info "debug test " + my_propertyvalue)
when run from the prompt you will see the output of the log.info with the value of the propertyvalue-variable which resists in the soapui_tst.properties file