03-10-2006 10:13 AM
03-10-2006 04:10 PM
Tony,
You could accomplish that by creating custom step types.
For example. Lets say that you want to create a custom string value test step type.
1. Open a sequence file.
2. Insert a String Value Test step using the none adapter.
3. Go to the sequence file types view.
4. Copy and paste the 'String Value Test' step type.
5. Rename the step type.
6. Open the properties dialog.
7. Click the Designate an Icon check box and select an icon from the list. (If you want to use a custom icon you have to add it under components\user\icons and restart TestStand).
8. If you are going to use the 'None' adapter all the time you could check the 'Designate an Adapter' check box and select the 'None' adapter.
9. Finally you can copy the new step type into a type palette (MyTypes.ini).
The only problem that I see is that in the future if we change the way 'String Value Test' works you would not be getting the changes.
We could for example change the entry point we use for the 'Edit' substep in order to change the user interface.
Your custom step type should keep working though.
Hope it helps.
If you have any question let me know.
Antonio Lie.