Changes between Version 5 and Version 6 of PLATFORM_STANDARDS_MANUAL_TESTS_R0


Ignore:
Timestamp:
09/16/08 14:49:00 (17 years ago)
Author:
todor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_STANDARDS_MANUAL_TESTS_R0

    v5 v6  
    11= Analysis = 
     2 
     3== Overview == 
     4In 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 == 
    27In this document describe: 
    38 * how shall we track and perform manual testing (with tcw for example) 
     
    712  * decompose the use case to simple steps that are easy to follow 
    813  * verify that such use case doesn't already exists 
     14 
     15== Task Result == 
     16The 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 == 
     19Write 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] 
    923 
    1024= Design = 
     
    1933  * The use cases must cover all of the Sophie functionality. 
    2034  * Every use case must consist of at most 15 steps. 
    21   * Verify that such case doesn't already exist. 
     35  * When you write new use case first you must verify that such use case doesn't already exist. 
    2236  * Use cases must be organized by categories. 
    2337  * There must be some (about 10) test cases for basic functions and they must be checked periodically. 
    2438 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 
    2540  * explanation of the error 
    26   * on which step of the test case the error occurs 
    2741  * what type of error it is (crash, wrong application behavior, etc.) 
    2842  * does the error appears every time on this action or only in certain conditions 
     
    3044  * place link to the use case if such is available 
    3145  * testing platform 
     46 
     47= Testing =