Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHi Tino,
Unfortunately, this is difficult to accomplish. If you really want to access the test case flow, you could perhaps utilize the logs and read data from there, but other than that there is no simple way to get that information.
Regarding your second question, then yes, you can definitely do that. Here's an line in groovy to access your desired property:
testRunner.testCase.testSuite.project.getTestSuiteByName("Generic").getTestCaseByName("get Values").getPropertyValue("yourPropertyNameHere")
Hope this helps!
Regards,
Arian
SmartBear Sweden
Unfortunately, this is difficult to accomplish. If you really want to access the test case flow, you could perhaps utilize the logs and read data from there, but other than that there is no simple way to get that information.
Regarding your second question, then yes, you can definitely do that. Here's an line in groovy to access your desired property:
testRunner.testCase.testSuite.project.getTestSuiteByName("Generic").getTestCaseByName("get Values").getPropertyValue("yourPropertyNameHere")
Hope this helps!
Regards,
Arian
SmartBear Sweden