Hi,
First of all thanks for replying.
I am able to solve this problem but I got one more problem which aroused during the course of my work. I want to create a property using groovy script and use it further in my process. Can you help?
This is the code for creating a property:
def userIdInStep = testRunner.testCase.getTestStepByName("Properties" )
// def userIdStr = userIdInStep.getPropertyValue( "name" );
userIdInStep.setPropertyValue("name", "abc")
Now I want to use it further in my process, how to use this property created in groovy? Please do the needful asap.
Thanks in advance
