Forum Discussion
omatzura
18 years agoSuper Contributor
Hi Desmond,
this will be fixed in the upcoming release, for now you will have to "finish" the inner datasource manually, please try the following groovy script:
def dataSourceStep = testRunner.testCase.testSteps["Innert DataSource"]
dataSourceStep.finish( testRunner, context )
Hope this helps!
regards,
/Ole
eviware.com
this will be fixed in the upcoming release, for now you will have to "finish" the inner datasource manually, please try the following groovy script:
def dataSourceStep = testRunner.testCase.testSteps["Innert DataSource"]
dataSourceStep.finish( testRunner, context )
Hope this helps!
regards,
/Ole
eviware.com