02-25-2022 02:58 PM
How do I create custom step type that functions are String value test type? I see in the custom step type it added the Result container, but do I need to manually add the limits container and write a post step VI to compare the Limits.string wtih DataSource? Or is there a simpler method?
Thanks!!
02-28-2022 11:36 AM
All comparison should be done in the Status Expression. Check out the other test step types and see how they do it in the status expression.
The only one that doesn't use the status expression is the multi numeric limit. This is because it has to use a sub step to iterate through all of the limits.