JMcKinleyContributor17 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 Contributor17 years agoHi!you should be using testRunner.testCase.testSuite.setPropertyValue( .. )instead!regards,/Oleeviware.comJMcKinleyContributor17 years agoThanks... this works!!
omatzuraSuper Contributor17 years agoHi!you should be using testRunner.testCase.testSuite.setPropertyValue( .. )instead!regards,/Oleeviware.com
Recent DiscussionsCom server permission error on Process.startReuse adapted xml file and send in RESTManaging Failures - New vs. Expected/Known Issues
Related ContentProperty Transfer - Suite of test stepsHow to set TestSuite Properties for specific suite name from GroovySetting Network Suite Variables on Slave