Changes between Version 9 and Version 10 of PLATFORM_STANDARDS_MANUAL_TESTS_R0
- Timestamp:
- 09/16/08 15:20:17 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_STANDARDS_MANUAL_TESTS_R0
v9 v10 37 37 * We will use trac for bug tracking. 38 38 * Manual testing should be done according to tcw test cases. 39 * Basic rules for writing usecases:39 * Basic rules for writing test cases: 40 40 * Each use case must be decomposed to simple (single action) steps. 41 41 * The use cases must cover all of the Sophie functionality. … … 45 45 * There must be some (about 10) test cases for basic functions and they must be checked periodically. 46 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: 47 * place link to the use case if such is available 47 48 * on which step of the test case the error occurs 48 49 * explanation of the error … … 50 51 * does the error appears every time on this action or only in certain conditions 51 52 * used version of sophie 52 * place link to the use case if such is available53 53 * testing platform 54 * When test case is passed without any errors, you must tell on that the test case is passed. 55 * The test cases for the basic functions must be passed at least one time on every milestone. 54 56 55 57 = Testing =