Changes between Version 5 and Version 6 of BluePrint/DestructiveTesting
- Timestamp:
- 01/10/12 10:33:16 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/DestructiveTesting
v5 v6 6 6 Destructive testing means to test the response of the system to user errors for consistency. When the user performs invalid actions, the system should: 7 7 8 - respond with a proper error message 8 - respond with a proper error message or, where suitable, correct the user's mistake (if the user's intention is clear) 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)