Changes between Version 1 and Version 2 of PLATFORM_STANDARDS_AUTO_TESTS_R1


Ignore:
Timestamp:
12/30/08 13:31:13 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_STANDARDS_AUTO_TESTS_R1

    v1 v2  
    99== Overview == 
    1010 
     11  The aim of this revision of the task is to improve the auto testing infrastructure, conventions etc. 
    1112 
    1213== Task requirements == 
     14 * improve the standards for Unit Tests: 
     15  * there are classes for which unit tests are compulsory. 
     16  * there are classes for which unit tests are impossible and the least it can be done is integration test. 
     17  * '''Note: ''' stating the classes that should be unit tested can be done by component and team they belong to. 
     18 * provide more information about the javadoc of unit tests: 
     19  * should it be compulsory or not. 
     20  * how descriptive should it be - after all these are only tests and are not supposed to be reused. 
     21 * improve the conventions of unit tests. integration tests etc. 
     22  * it is more suitable to provide information in the wiki instead of links to wikipedia. 
     23 * review the helper classes and provide more if necessary. 
     24  * .... 
    1325 
    1426== Task result == 
    15  
     27 * wiki page 
    1628== Implementation idea == 
    1729 
    1830== Related == 
    19 [wiki:PLATFORM_STANDARDS_AUTO_TESTS] is the document 
     31[wiki:PLATFORM_STANDARDS_AUTO_TESTS] is the document where more information should be provided and unnecessary information removed. 
     32[wiki:PLATFORM_STANDARDS_AUTO_TESTS_R1] 
    2033 
    2134== How to demo == 
     35 * open [wiki:PLATFORM_STANDARDS_AUTO_TESTS] and read the information provided. 
    2236 
    2337= Design =