03-08-2023 11:36 AM
It seems Parameter.Step.Type doesn't exist.
I want to create a lean version of test report, remove all non-test steps.
Please help.
Solved! Go to Solution.
03-08-2023 01:44 PM
Parameters.Result.TS.StepType
This will return things like "NI_MultipleNumericLimitTest", "Action" etc...
You can put a breakpoint in a Callback so you can pause and look at the parameters to see what you want. There are other ways to go about what you want without a callback though. Since a callback is only for that sequence file, you'd be better off using Filtering in your report, or just disabling recording when it's not needed. Then you don't have to copy a callback everywhere you want it.