I have a test in Silk Perfomer i which i have to run a SoapUI test. When i run the command from the commandbox or a bat file it works fine: "C:\Program Files\SmartBear\SoapUI-5.4.0\bin\testrunner.bat" "D:\Folder\SoapUiProject.xml" On the command line you get as response: SoapUI 5.4.0 TestCase Runner 09:20:22,412 INFO [DefaultSoapUICore] initialized soapui-settings from.... etc etc But if i run the command with Silk Performer hProcessId := ProcessInitialize ("\"C:\\Program Files\\SmartBear\\SoapUI-5.4.0\\bin\\testrunner.bat\" D:\\Folder\\SoapUiProject.xml", PROCESS_ATTACHED, "", sTempFolder, sResultFile, sErrorFile); ProcessStart(hProcessId); Al i get is: del %TEMP%\jfxrtpath set CLASSPATH=%CLASSPATH%;%JFXRTPATH% rem JVM parameters, modify as appropriate set JAVA_OPTS=-Xms128m -Xmx1024m -Dsoapui.properties=soapui.properties "-Dsoapui.home=%SOAPUI_HOME%\" if "%SOAPUI_HOME%\" == "" goto START set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.ext.libraries="%SOAPUI_HOME%ext" set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.ext.listeners="%SOAPUI_HOME%listeners" set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.ext.actions="%SOAPUI_HOME%actions" :START rem ********* run soapui testcase runner *********** More?
↧