Forum Discussion
M_McDonald
16 years agoSuper Contributor
It's strange you can't see the logging, I created 2 trivial test cases, one calling the other and I see logging from both when I run the calling test case.
I think you could use this to get and set TestCase properties:
[tt:2yw7fvek]testCase.setPropertyValue("exampleInputProp", "Hello")
testCase.run (properties, async)
def output = testCase.getPropertyValue("exampleOutputProp")[/tt:2yw7fvek]
Would that suffice?
I think you could use this to get and set TestCase properties:
[tt:2yw7fvek]testCase.setPropertyValue("exampleInputProp", "Hello")
testCase.run (properties, async)
def output = testCase.getPropertyValue("exampleOutputProp")[/tt:2yw7fvek]
Would that suffice?