Details
-
Suggestion
-
Status: New
-
Resolution: Unresolved
-
None
-
None
-
None
Description
When working with Pre-Conditions, it would be good to have options to mark them as "not fulfilled".
Usecase example:
If the Test has 1 Step:
Step: Login with user/password
Data: username: admin, password: admin
Result: Login works
The same Test has one pre condition associated:
Pre Conditions details:
The web server is running
Within the Test Execution the tester noticed that the web server is not running, the tester then needs to mark the precondition as failed, not the test step.