Awesome
16 years agoFrequent Contributor
SoapUITestCaseRunner -c not running specific test case
hi,
using -c flag to specify "only run the test case", doesn't seem to work. the command below using the -c will still run the whole testsuite. i also tried from with soapui using TestCaseRunner and it also didn't run just the test case....
thanks for your help!
cmd.exe /C %soapui_bin%\testrunner.bat -e%soapui_endpoint% -r -j -R"Project Report3" -FPDF -fC:\workspace\soapui-nightly\SOAP_Workspace\results\3\ -o -g -s%soapui_testsuite% -c%soapui_testcase% %soapui_project_dir%\%soapui_project_file%
using -c flag to specify "only run the test case", doesn't seem to work. the command below using the -c will still run the whole testsuite. i also tried from with soapui using TestCaseRunner and it also didn't run just the test case....
thanks for your help!
cmd.exe /C %soapui_bin%\testrunner.bat -e%soapui_endpoint% -r -j -R"Project Report3" -FPDF -fC:\workspace\soapui-nightly\SOAP_Workspace\results\3\ -o -g -s%soapui_testsuite% -c%soapui_testcase% %soapui_project_dir%\%soapui_project_file%