Changes between Version 8 and Version 9 of PLATFORM_STANDARDS_MANUAL_TESTS_R0
- Timestamp:
- 09/16/08 15:11:07 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_STANDARDS_MANUAL_TESTS_R0
v8 v9 27 27 = Design = 28 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.29 1. What will be used for bugtracking. 30 1. What will be used for test case documenting. 31 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:34 32 1. How to write use cases. What basic rules should be followed. 33 1. Assure integrity between tcw and bugtaracking system. 34 35 35 = Implementation = 36 36 * We will use tcw for documenting of the manual tests. 37 * We will use trac for bug tracking. 38 * Manual testing should be done according to tcw test cases. 39 * Basic rules for writing use cases: 37 40 * Each use case must be decomposed to simple (single action) steps. 38 41 * The use cases must cover all of the Sophie functionality. … … 41 44 * Use cases must be organized by categories. 42 45 * There must be some (about 10) test cases for basic functions and they must be checked periodically. 43 46 * 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: 44 47 * on which step of the test case the error occurs 45 48 * explanation of the error