Changes between Version 4 and Version 5 of BluePrint/DestructiveTesting
- Timestamp:
- 01/10/12 10:32:12 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/DestructiveTesting
v4 v5 9 9 - prevent any unintended data loss 10 10 - give information how the user can do it right (if the user's intention is clear) 11 - if necessary, allow the user to return to the previous state or to resume the normal workflow11 - allow the user to resume the normal workflow, or if necessary, to return to the previous stage 12 12 13 13 The primary goal of the test is to find situations where the user can accidentally loose data or expose them for unauthorized access, or put the system into a state where it is impossible to resume the normal workflow. It is *not* the primary goal of the test to find bugs (=wrong response to right user action) but to confirm a proper error handling (=right response to wrong user action)