Forum Discussion
jsheph01
6 years agoContributor
This will update a test suite property from a groovy step. This must be run as a groovy step and not a groovy assertion as you do not have access to test runner.
def project = testRunner.testCase.testSuite.project project.getTestSuiteByName("Test Suite Name").setPropertyValue("propertyName", "Property Value")
Related Content
- 2 years ago