02-18-2025 02:52 AM
Hello,
i have a testplan with ~30 subsequences and each ~100 teststeps.
Some of the steps are manually set in step-property to "Record Results = disabled".
Question: Is there a way to (temporary) enable all results again with one click?
Or is the only way to do it to do it again manually?
(Reason: Currently the testplan fails and i dont know the failing steps as it is one of the dispabled steps.)
Thanks
Solved! Go to Solution.
02-18-2025 05:45 AM
You can build your own One (maybe Two ) click solution: use the API to go through all Steps of your sequence(s) and modify the property accordingly.
Just make sure you also have a way to reverse this after having finished
02-18-2025 07:41 AM
If you have access to the Architecting Tst Systems using TestStand course material, you can use exercise
Exercise 5-2: Create a Tool to Quickly Disable Message Popup Steps
as a starting point
02-18-2025 08:37 AM
Use Find/Replace in Files:
1. <Ctrl-Shift-F> to open Find/Replace in Files and fill out as shown:
2. Fill out Filter tab as shown to just find steps:
3. Click Find/Replace:
4. In Find Results, select all steps, change Replace With value to 1, then click Replace Value.