02-05-2010 09:36 AM
Hi there.
Is there a way to pass additional results to a calling step?
My idea is to report highest level steps only and if some sub step needs to add report content to pass it to the calling step.
I used Runstate.callingstep.result.reporttext. but this is limited.
A more convenient method would be to add result to an error step and pass it to the calling step.
If that is possible?
We are on the fly reporting, if that matters.
02-07-2010 11:09 PM
Did you try using this method "Runstate.CallingStep.AdditionalResults.CustomResults.Insert( )". I'm not sure if it will work. Try calling this method in post expression of the step where you have to add additional results to the calling step.
Thanks