Forum Discussion
Aaronliu
14 years agoFrequent Contributor
Hi Shilpa,
i think you can get cmd line to run your all test suites using test runner (testSuite-->Launch TestRunner)
run all test cases: (update test suite name and project name in real project)
set SoapUIPath="C:\Program Files\eviware\bin"
%SoapUIPath%\testrunner -r -sTestSuiteName %TestScriptPath%\soapui-project.xml
save the script as .cmd
thanks,
Aaron
i think you can get cmd line to run your all test suites using test runner (testSuite-->Launch TestRunner)
run all test cases: (update test suite name and project name in real project)
set SoapUIPath="C:\Program Files\eviware\bin"
%SoapUIPath%\testrunner -r -sTestSuiteName %TestScriptPath%\soapui-project.xml
save the script as .cmd
thanks,
Aaron