Forum Discussion
SmartBear_Suppo
Alumni
12 years agoHi,
You can add the following script in the set up script as IBM - PA Support mentioned,
Check SoapUI logs when you use testRunner.
Also to print logs in Load test you need to enable logs for load test, so go to File > Preferences> UI Settings > Check the "Do not disable the groovy log when running load tests"
Thanks,
Jeshtha
You can add the following script in the set up script as IBM - PA Support mentioned,
if (com.eviware.soapui.SoapUI.isCommandLine()){
log.info "Execution via commandline"
}
Check SoapUI logs when you use testRunner.
Also to print logs in Load test you need to enable logs for load test, so go to File > Preferences> UI Settings > Check the "Do not disable the groovy log when running load tests"
Thanks,
Jeshtha