Changes between Version 5 and Version 6 of PLATFORM_STANDARDS_MANUAL_TESTS_R0
- Timestamp:
- 09/16/08 14:49:00 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_STANDARDS_MANUAL_TESTS_R0
v5 v6 1 1 = Analysis = 2 3 == Overview == 4 In platform standards manual test you must describe the procedures and rules for executing, tracking and maintaining manual tests and the bugs related to them. 5 6 == Task Requirements == 2 7 In this document describe: 3 8 * how shall we track and perform manual testing (with tcw for example) … … 7 12 * decompose the use case to simple steps that are easy to follow 8 13 * verify that such use case doesn't already exists 14 15 == Task Result == 16 The result of the finished task must be a document in which is described how will be created and managed use cases and bug reports. 17 18 == Implementation Idea == 19 Write down in form of list the requirements that must be adhered, when tracking bugs and writing test cases. 20 21 == Related == 22 [wiki:SCS_ISSUE_TRACKER_MAINTAINCE_R0] 9 23 10 24 = Design = … … 19 33 * The use cases must cover all of the Sophie functionality. 20 34 * Every use case must consist of at most 15 steps. 21 * Verify that suchcase doesn't already exist.35 * When you write new use case first you must verify that such use case doesn't already exist. 22 36 * Use cases must be organized by categories. 23 37 * There must be some (about 10) test cases for basic functions and they must be checked periodically. 24 38 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: 39 * on which step of the test case the error occurs 25 40 * explanation of the error 26 * on which step of the test case the error occurs27 41 * what type of error it is (crash, wrong application behavior, etc.) 28 42 * does the error appears every time on this action or only in certain conditions … … 30 44 * place link to the use case if such is available 31 45 * testing platform 46 47 = Testing =