PhillipB
8 years agoOccasional Contributor
Accessing property in TestStep?
Hi, I'm trying to learn how to use Property. So I create test step property by going to "Case" menu then select "Add Step" then choose "Properties". So my property name is "myTestStepProperty"....
- 8 years ago
I found the solution now.
def propTestStep2 = testRunner.testCase.getTestStepByName("myTestStepProperty").getPropertyValue("myFirstTestStepProperty") log.info " propTestStep2= " + propTestStep2