Forum Discussion
nmrao
7 years agoCommunity Hero
- Not sure why another runner class is required to execute the tests while there is one already present. I mean you could use SOAPUI_HOME/bin/testrunner script is available which does the job.
- If you want to desparately use your runner class only, then add "System.exit(0);" as last statement in your main method and see.