JMcKinleyContributor18 years agosetting a property at the test suite levelIs there a way to set a property at the test suite level using a groovy script?These do not work:testRunner.testSuite.setPropertyValue(...) testRunner.setPropertyValue(...)I get an error unknown property.
2 RepliesReplies sorted by Most LikedomatzuraSuper Contributor18 years agoHi!you should be using testRunner.testCase.testSuite.setPropertyValue( .. )instead!regards,/Oleeviware.comJMcKinleyContributor18 years agoThanks... this works!!
omatzuraSuper Contributor18 years agoHi!you should be using testRunner.testCase.testSuite.setPropertyValue( .. )instead!regards,/Oleeviware.com
Recent DiscussionsUnable to authenticate license in Ready API Login button unresponsiveSolvedAssertions Panel issue to update assertions since update 3.63ReadyAPI websocket plugin issue
Related ContentProperty Transfer - Suite of test stepsHow to set TestSuite Properties for specific suite name from GroovySetting Network Suite Variables on Slave