Forum Discussion
SuperSingh
7 years agoContributor
Hi nmrao
How do you set a new property in Setup Script at TestSuite level ?
say, I want to create a property "Counter" at Test Suite level via groovy. How do we do that?
I tried the following but it doesn't work.
testRunner.testSuite.setPropertyValue("Counter", "" )
Thanks,
SuperSingh
nmrao
Champion Level 1
7 years agoIt was already mentioned in my first reply, right? Have you tried that?