Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi!
ok.. well.. the logic in the DataSource Loop step is pretty simple, so you could roll your own in a script step. The following does exactly the same:
Is this something you could use for customization?
regards!
/Ole
eviware.com
ok.. well.. the logic in the DataSource Loop step is pretty simple, so you could roll your own in a script step. The following does exactly the same:
def dataSourceStep = testRunner.testCase.getTestStepByName( dataSourceStep )
if( dataSourceStep.next( testRunner, context ) )
{
testRunner.gotoStepByName( targetStep );
}
Is this something you could use for customization?
regards!
/Ole
eviware.com