10-07-2018 05:52 PM
I want to generate a file listing the step name and unique id for each step in a sequence file.
I know I can display the step unique id and then copy it along with the step name, very tedious!
Any suggestions?
Any help is appreciated.
10-08-2018 10:15 AM
This should get you started. Let me know if you have any questions.
Cheers,
10-10-2018 06:31 PM
thinking a little outside the box here: you could write and configure a custom TS Sequence Analyzer test that always generated an information result for every step. Then save the sequence analyzer results as a xml document, which contains the UID of the step along with any other information.