ThinkingEngine-net / PickleTestSuite

1 stars 0 forks source link

Allow statements to fail without failure #43

Closed ThinkingEngine-net closed 4 years ago

ThinkingEngine-net commented 4 years ago

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.

ThinkingEngine-net commented 4 years ago

Implemented. Add the following test to the end of any statement:

image

Documetation Updated: https://te-wiki.marescal.co.uk/doku.php?id=wiki:pickle:supported_statements#override_failures