As a tester, on occasion- because of application behaviour - validation will fail after a command because the pages had been changed. A capability is needed to say it is OK for a statement to fail (e.g. execute without consequence).
There are three possible outcomes:
Failure of the step is a failure (current/normal behaviour)
Failure is ignored and treated as a pass.
Failure is ignored and treated as a warning/issue.
In all cases, the failure will be debugged in test output.
As a tester, on occasion- because of application behaviour - validation will fail after a command because the pages had been changed. A capability is needed to say it is OK for a statement to fail (e.g. execute without consequence).
There are three possible outcomes:
In all cases, the failure will be debugged in test output.