Is it possible to update a test suite property from groovy step that is in another test suite?
In Test Suite A
Test Case A
I have a groovy test step (in test suite A) that I want to update the value in a property of Test Suite B.
Test Suite B
Is this possible with groovy...
messageExchange will not work with a groovy script test step. If you want to use a groovy test step you will have to use testRunner (see my other post)