09-21-2009 12:09 PM
I have a sequence that is rather involved and repeated often, but I only need to pass one step's text output back to the report.
So essentially, I would like the sequence callback's line in the report to appear without indentation and contain Text passed up from one of its tests (so it looks just like any other step).
Is there a way to do this?
09-21-2009 03:00 PM
Hey Jed,
You can actually use a sequence call with any of the test step types. In order to get this functionality go to Configure>>Adapters... Uncheck the Hidden box next to the Sequence adapter. Then when you place a sequence step down choose the Sequence adapter and choose like string or numeric test. Then it reports just like a normal step. Make a parameter that is the text you want displayed in the report. Turn off all reporting for the steps inside the sequence.
Let me know if this gets you on the right track,