ContributionsMost RecentMost LikesSolutionsRe: Execute all Teststeps of the Testcase with Testrunner on the command lineHi, 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? Thanks martinRe: Execute all Teststeps of the Testcase with Testrunner on the command linethanks for the hint. but its still only the first teststep which is executed. Has anyone futher ideas for that problem?Execute all Teststeps of the Testcase with Testrunner on the command lineHi, 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