Forum Discussion
SmartBear_Suppo
Alumni
16 years agoYou could try something like this in the Groovy step:
def dsStep = testRunner.testCase.testSteps["DataSource"]
dsStep.next( testRunner, context )
That will get the next value from the DataSource.
I hope that helps, thank you for taking the time to evaluate SoapUI
/Nenad
http://eviware.com
def dsStep = testRunner.testCase.testSteps["DataSource"]
dsStep.next( testRunner, context )
That will get the next value from the DataSource.
I hope that helps, thank you for taking the time to evaluate SoapUI
/Nenad
http://eviware.com