I am using teststand 2.0
If I rename a step in the Sequence Editor, the editor will automatically update all references to the step (in preconditions, pre/post expressions and so on) to match the new name.
The problem:
I am writing a program that use the TS interop dll to do some automated renaming. But if I change the step name using the interop it will only update the step name and not the references.
Is there any clever way of doing this so I won't have to change all the preconditions and expressions manually?