m_felsch
18 years agoNew Contributor
Execute all Teststeps of the Testcase with Testrunner on the command line
Hi,
I have in my soapui project one testsuite with several testcases. Under each testcase I made several teststeps which are all from the type "Test Request". Each teststep creates a SOAP Requests and checks the results with some assertions.
testsuite
- testcase
- teststep 1
- teststep 2
...
- teststep n
I want to do an automated test over the console with the testrunner.bat. When I use the command as described in the docu testrunner.bat -j -fg:\\reports g:\\projects\\sample-soapui-project.xml only the first teststept is executed.
Has anyone of you an idea how I can call all Teststeps of my Testcase over the commandline with testrunner.bat?
Thanks in Advance
martin
I have in my soapui project one testsuite with several testcases. Under each testcase I made several teststeps which are all from the type "Test Request". Each teststep creates a SOAP Requests and checks the results with some assertions.
testsuite
- testcase
- teststep 1
- teststep 2
...
- teststep n
I want to do an automated test over the console with the testrunner.bat. When I use the command as described in the docu testrunner.bat -j -fg:\\reports g:\\projects\\sample-soapui-project.xml only the first teststept is executed.
Has anyone of you an idea how I can call all Teststeps of my Testcase over the commandline with testrunner.bat?
Thanks in Advance
martin