Forum Discussion
GMSoapUI
13 years agoContributor
I have just run a small test using
testRunner.testCase.testSuite.run(null,false)and this works fine and the assertions pass as I would expect. It seems, therefore, that the issue is with
testRunner.runTestStep( testCase.getTestStepAt( testStep ) );. Is this a known issue with this method of the testRunner onject in that parameter assertions fail? Is there a workaround with
testRunner.testCase.testSuite.run(null,false)whereby I can still achieve the verbose logging by referencing the testStep by name or by its index? This is going to be a real problem for me if this cannot be resolved.