Solved
Forum Discussion
5 Replies
- nmraoCommunity HeroIf it is testSuite setup script, then below should work:
testSuite.setPropertyValue(name, value)- TesterNo1Contributor
Thank you Rao for quick turn around.it really helped.
I am clueless as to why syntax is different.
- nmraoCommunity HeroWhen you open the testSuite setup script, you should be able to see on the top of the editor that the available object names like runner, context, testSuite, log in this case. Only those will be available.
Similarly, different objects available at different levels like groovy script test step, script assertion, project load script, and teardown scripts.