09-12-2017 08:29 AM
Hello,
The question is...
I need to read some string value from the target and just display it in the report (comparison with limits is not needed ). Which step type I should use?
Thanks
Solved! Go to Solution.
09-12-2017 09:03 AM - edited 09-12-2017 09:07 AM
I would go for the Result.ReportText property of the step that reads the string from your target. It is common to most if not all step types. Pop the string that is returned into Step.Result.ReportText and it should get included in your report.