Changes between Version 7 and Version 8 of PLATFORM_STANDARDS_AUTO_TESTS_R1


Ignore:
Timestamp:
01/26/09 13:27:37 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_STANDARDS_AUTO_TESTS_R1

    v7 v8  
    1  
    21[[BackLinksMenu]] 
    32 
     
    5049 
    5150= Design = 
    52  
    5351The [wiki:PLATFORM_STANDARDS_AUTO_TESTS] page is out of date because it reflects the old testing structure of Veda. It will be recreated using the following structure: 
    5452{{{ 
     
    5654|__General conventions 
    5755|__Unit testing 
    58 |___Writing 
    59 |___Reviewing 
    6056|__Integration testing 
    61 |___Writing 
    62 |___Reviewing 
    6357|__System testing 
    64 |___Writing 
    65 |___Reviewing 
    6658|__Running tests 
    6759|__GUI testing 
     60|__Reviewing 
    6861|__Useful links 
    6962|_Comments 
     
    7265 * Platform Standards Auto Tests - an overview of what the page is about. 
    7366 * General conventions - rules for writing all kind of tests and javadoc. 
    74  * Base classes - explanation of the usage of the base testing classes. 
    7567 * Unit/Integration/System testing - a description of the different scopes of testing - info from the currently linked wiki pages should be extracted here. 
    76   * Writing - what classes should be tested and how. 
    77   * Reviewing - how to judge if a given test is good enough; how to review the testing phase of tasks. 
    7868 * Running tests - a description of how to run a given test or all tests (via Maven or Hudson). 
    7969 * GUI Testing - a how-to of testing the user interface. 
     70 * Reviewing - how to judge if a given test is good enough; how to review the testing phase of tasks. 
    8071 * Useful links - Links for further reading on the topic. 
    8172 * Comments - Comments for improving the standards that will be incorporated into the page in the next revision.