I have tried it again. In the first teststep the assertion is failing. Is there a possibility to execute all teststeps of a testcase doesn't matter if the assertion is failing or if its ok?
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.
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?