Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi,
we are not providing API documentation for Pro version, but you can use invoke testRunner from Java as command line tool, for example:
more information you can find here
http://www.soapui.org/userguide/command ... ional.html
Hope this helps
Regards Nebojsa
we are not providing API documentation for Pro version, but you can use invoke testRunner from Java as command line tool, for example:
Runtime.getRuntime().exec("testrunner.bat -hlocalhost:8080 -a -fresults c:\projects\my-soapui-project.xml");
more information you can find here
http://www.soapui.org/userguide/command ... ional.html
Hope this helps
Regards Nebojsa