Forum Discussion
deepesh_jain
15 years agoFrequent Contributor
Hi,
I don't think you need to set the property at a test case level. If you have a property at test step 1, then
1. Either you should be able to access that from test step 2 directly as :
<brid:instanceId>${TEST_STEP_2#TEMP_PROPERTY_OF_TEST_STEP_2}</brid:instanceId>
2. OR if the above does not workl, you can use a property transfer step and a properties step to transfer the above property to properties step and then use the command in the above step same way for properties step.
Let me know if this works.
Thanks,
Deepesh Jain
I don't think you need to set the property at a test case level. If you have a property at test step 1, then
1. Either you should be able to access that from test step 2 directly as :
<brid:instanceId>${TEST_STEP_2#TEMP_PROPERTY_OF_TEST_STEP_2}</brid:instanceId>
2. OR if the above does not workl, you can use a property transfer step and a properties step to transfer the above property to properties step and then use the command in the above step same way for properties step.
Let me know if this works.
Thanks,
Deepesh Jain