Hello
In my application I created a custom limit test, the step.result can be either "passed", "failed" or "passed but ..." ( I mean that the data are inside the limits but to close of these limits)
Now I want that the final status execution of my sequence must be "passed but" if one of my custom step have this status.
I would like to know where teststand determines the final execution status, should i modify the process model to watch the result list and fix the status of my sequence at "passed but " if i see one ??? I s there another way
In relativ sophisticated test sequenceur the final status can be different than just "passed" or "failed"