Changes between Version 5 and Version 6 of BluePrint/DestructiveTesting


Ignore:
Timestamp:
01/10/12 10:33:16 (13 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/DestructiveTesting

    v5 v6  
    66Destructive testing means to test the response of the system to user errors for consistency. When the user performs invalid actions, the system should:
    77
    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)
    99  - prevent any unintended data loss
    1010  - give information how the user can do it right (if the user's intention is clear)