Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHi!
There are unfortunately no guarantee that the logs are thread safe.
To get the properties, you can use
within the getValues TestCase
---
Regards
Erik, SmartBear Sweden
There are unfortunately no guarantee that the logs are thread safe.
To get the properties, you can use
testRunner.testCase.testSuite.project.getTestSuiteByName("myTestSuite").getTestCaseByName("my 1st TestCase").getPropertyValue("yourPropertyNameHere")
testRunner.testCase.testSuite.project.getTestSuiteByName("myTestSuite").getTestCaseByName("my 2st TestCase").getPropertyValue("yourPropertyNameHere")
within the getValues TestCase
---
Regards
Erik, SmartBear Sweden