Many of the TestStand 3.0 sequences that I'm creating are fairly lengthy (200 or more steps plus subsequences) and I often need to find a step within the sequence that has a specific string in the Step Name.
I'm aware of the "Find" feature, but this will change screens and give me a list of all of the steps in the sequence that contain the search string.
What I want to do is to search for the string within the Sequence so that it takes me to the NEXT occurance of that string (F3 for Find Next), so that I can Edit the Step (i.e. change the Specify Module, Preconditions, or Expressions).
The only workaround that I've figured out so far is to highlight the sequence, do a "CTL-C" and paste into a word processor, then search th
at document. Once I find it, I then have to find the same line in the TestStand Sequence.
Is there an easier way?
Mike