12-03-2020 07:16 AM
Hello,
is it possible to create a preexpression in a numeric-limit-step which set the Result Recording Option = Disabled if the step is passed?
I only want to see the step if limit check failed.
Thx
Solved! Go to Solution.
12-08-2020 09:09 AM
Any ideas about this?
The current workaround is to change the numericlimit step to type action and save the result in a variable.
Then add a new nonadapter numericlimitstep that checks the previous result and has a precondition to only execute if limit not in range.
But this requires two steps for all tests.
How can this be done in only one step?
12-09-2020 09:10 AM
If you want to exclude all passed steps from the report, you could use a results filtering expression. If you just need it for specific steps, you should kudo this idea:
Hope this helps!
Trent
12-11-2020 01:39 AM
Thanks for the link. as i see also other want to have this solution.
I dont want to specify this for all steps. Only for some.
But it looks like that this is nit possible with TestStand.
Thanks