Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHi Horst,
both setup and tear down scripts for test cases should be run when using the command line runner. I just verified that it works in SoapUI 4.6.1, but it should also work in previous versions.
Try to just print something in the startup script and check if you can see that output.
Let me know if you still have troubles.
Regards,
Anders
SmartBear Sweden
both setup and tear down scripts for test cases should be run when using the command line runner. I just verified that it works in SoapUI 4.6.1, but it should also work in previous versions.
Try to just print something in the startup script and check if you can see that output.
log.info "testcase started"
Let me know if you still have troubles.
Regards,
Anders
SmartBear Sweden