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.
omatzuraSuper 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 DiscussionsSmart Assertions with large responsesdowngrade to lower ready api version 3.40.1 from latestChanging environment in Jenkins mid-test
Related ContentProperty Transfer - Suite of test stepsHow to set TestSuite Properties for specific suite name from GroovySetting Network Suite Variables on Slave