Changes between Version 45 and Version 46 of PLATFORM_STANDARDS_GENERAL


Ignore:
Timestamp:
09/25/08 12:29:16 (17 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_STANDARDS_GENERAL

    v45 v46  
    88  * Testing - In testing should be described how this task will be tested, here should be linked trac tickets, auto tests, test cases. 
    99 * Bug Fix 
    10   * Description - Bug fix type tasks are also referred as "Unplanned tasks". These tasks consist of different kinds of unwanted application behavior - lack of functionality, wrong functionality, different errors. 
     10  * Description - Bug fix type tasks are part of Unplanned tasks. These tasks consist of different kinds of unwanted application behavior - lack of functionality, wrong functionality, different errors. Bug tasks should be presented as "BUG_TASK_NAME" 
    1111  * Analysis - Analysis of Bug Fixes should contain exact explanation of exactly happens / not happens (what's wrong). How to demo should contain steps to recreate to prove that the bug doesn't exist anymore. In this section links to tickets can be very useful 
    1212  * Design - Design of bug fixes is similar to Coding tasks' design, but should also answer the questions Analysis should answer the question why does this bug appear, which part of the code is guilty for the wrong functionality (what was wrong with the code, why it was not suitable). Design also contains auto-tests that prove bug wouldn't be presented after implementation.