Forum Discussion
omatzura
17 years agoSuper Contributor
Hi!
currently, properties is the easiest way to do this;
1) define your properties at the TestSuite level
2) initialize them in the TestSuite setup script:
testSuite.properties["..."].value = ..
3) read/write them in your TestCase/TestStep scripts:
def a = testRunner.testCase.testSuite.properties["..."].value
Does that work ok?
regards!
/Ole
eviware.com
currently, properties is the easiest way to do this;
1) define your properties at the TestSuite level
2) initialize them in the TestSuite setup script:
testSuite.properties["..."].value = ..
3) read/write them in your TestCase/TestStep scripts:
def a = testRunner.testCase.testSuite.properties["..."].value
Does that work ok?
regards!
/Ole
eviware.com
Related Content
- 8 years ago
- 5 years ago
- 10 years ago
- 7 years ago
Recent Discussions
- 15 years ago