Forum Discussion
richie
Community Hero
I remember you saying before that testRunner isn't available in a script assertion - the Groovy Step snippet you provided is as follows:
def project = testRunner.testCase.testSuite.project project.getTestSuiteByName("Test Suite Name").setPropertyValue("propertyName", "Property Value")
if I wanted this in a script assertion - would the following work?
def project = messageExchange.modelItem.testStep.testCase.testSuite.project project.getTestSuiteByName("Test Suite Name").setPropertyValue("propertyName", "Property Value")
UPDATE TO TICKET: - I confirmed the above does work in a script assertion, so I was going to delete this post - but there's no facility to delete my message - so nmrao - no need to answer the question fella - cheers.
Thanks man,
rich
mpartyka
6 years agoContributor
Or did you mean to say " I confirmed the above does NOT work in a script assertion" ... confused as to why you would want to delete the post if it does work ? Thanks again
Related Content
- 12 years ago
Recent Discussions
- 24 hours ago
- 17 days ago