Property transfer into test step of run test case
I have a test case (TCBase) that is (planned to be) called in many places.
This contains one operation and couple of property xfer steps.
I have a Run Test Case step in a higher level test case which call this TCBase.
I do have a requirement that each call may have to pass in a property into one of the test steps of the TCBase.
From the top level, I could only see the out parameter of the TCBase; none of the internal steps are visible.
Is there a way to get data into the TCBase test step?
Thanks
Bhuvan.
Hi Radford,
The prop xfer doesnt seem to work. so i opened a support case and got it sorted using a groovy script;
but this is for passing values between RunTestCases.
However, What I want to achieve is to pass a property from the top level test case into the (sub) - RunTestCase->TestStep.
Here is a example of what I am trying to get - hope this helps with understanding.
Thanks
Bhuvan.