Forum Discussion
langly
15 years agoNew Contributor
Sorry finnally i find 
I must create a step Properties in my test case. I add the property "query"
and i change my script like this
It's worked

I must create a step Properties in my test case. I add the property "query"
and i change my script like this
...
def tstep = tc.getTestStepByName("Properties")
tstep.setPropertyValue("query", query)
...
It's worked