07-30-2012 02:15 AM
Hello,
I want to find the instances of a step type in a sequence file. I have updated one step type, I think I updated all the steps, but the sequence editos doesn't allow me to delete the old step type from the sequence fine's step type list. I can't find the way to search for instances.
regards
Mitulatbati
07-30-2012 04:15 AM
As you updated the step type...all the instances of the step type in your test sequence got updated as you saved the sequence.
To search for all instances of a step type - use find (CTRL+F) and give a unique name that your step is using ( can be a special variable name that only your step types uses).
Hope this helps.
07-30-2012 10:10 AM
Another way to find all instances of a type is to use "find in file" and on the second tab check the "Search only within objects that are instances of the following types" checkbox. Put your type's name in the edit control for that setting. Then do a search that will definitely match something in those types such as "e" or the regular expression ".*".
Hope this helps,
-Doug