JMcKinleyFrequent Contributor17 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 LikedomatzuraFrequent Contributor17 years agoHi!you should be using testRunner.testCase.testSuite.setPropertyValue( .. )instead!regards,/Oleeviware.comJMcKinleyFrequent Contributor17 years agoThanks... this works!!
omatzuraFrequent Contributor17 years agoHi!you should be using testRunner.testCase.testSuite.setPropertyValue( .. )instead!regards,/Oleeviware.com
Recent DiscussionsTear down script not executed when project is executed from testEngine.Korean (CJK) characters show as boxes (□) on macOS Apple Silicon in ReadyAPI 4.xReadyAPI 4.1.0 issues with groovy "assert" statements
Related ContentProperty Transfer - Suite of test stepsHow to set TestSuite Properties for specific suite name from GroovySetting Network Suite Variables on Slave