Changes between Version 7 and Version 8 of PLATFORM_STANDARDS_MANUAL_TESTS_R0
- Timestamp:
- 09/16/08 15:00:34 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_STANDARDS_MANUAL_TESTS_R0
v7 v8 26 26 27 27 = Design = 28 Manual testing should be done following these rules: 29 1. What will be sued for bugtracking. 1. We will use tcw for documenting of the manual tests. 30 1. What will be used for documenting1. We will use trac for bug tracking. 31 1. Manual testing should be done according to tcw test cases. 32 1. How to write use cases. Basic rules: 33 1. There must be integrity between our bug tracking system and tcw. When error occurs when following test case steps, you must describe in the bug tracking system: 28 34 29 35 = Implementation = 30 Manual testing should be done following these rules: 31 1. We will use tcw for documenting of the manual tests. 32 1. We will use trac for bug tracking. 33 1. Manual testing should be done according to tcw test cases. 34 1. How to write use cases. Basic rules: 36 35 37 * Each use case must be decomposed to simple (single action) steps. 36 38 * The use cases must cover all of the Sophie functionality. … … 39 41 * Use cases must be organized by categories. 40 42 * There must be some (about 10) test cases for basic functions and they must be checked periodically. 41 1. There must be integrity between our bug tracking system and tcw. When error occurs when following test case steps, you must describe in the bug tracking system: 43 42 44 * on which step of the test case the error occurs 43 45 * explanation of the error