Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi,
it is possible of course , but with minor change
In upcoming nightly build we will add changes so you can run your script as well.
regards
Nebojsa
eviware.com
it is possible of course , but with minor change
def testCase = messageExchange.modelItem.testCase
def props = testCase.getTestStepByName( "properties" )
In upcoming nightly build we will add changes so you can run your script as well.
def testCase = messageExchange.modelItem.testStep.testCase
def props = testCase.getTestStepByName( "properties" )
regards
Nebojsa
eviware.com