Forum Discussion
SmartBear_Suppo
Alumni
12 years agoHi,
You can call the request in the script assertion, try the following script,
I believe this should work.
Thanks,
Jeshtha
You can call the request in the script assertion, try the following script,
def testStep = context.testCase.testSteps["DataSink"]
testStep.run( testRunner, context )
I believe this should work.
Thanks,
Jeshtha