Changeset 4946

Show
Ignore:
Timestamp:
06/24/08 12:13:28 (5 months ago)
Author:
magi@…
Message:

Updated test plan a bit: test environment directory hierarchy, updated some test case descriptions.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/build/testing/test-plan.txt

    r4932 r4946  
    2929-- /root (testing root) 
    3030 |-- autobuilder 
     31 | |-- build.py                    - The build-test script 
    3132 | | 
    3233 | |-- trunk 
     
    3940 `-- testing                       - Automated test configuration and results 
    4041   | 
     42   |-- toolkit-automated-testing   - The automated test tool 
     43   | `-- templates                 - HTML templates for the test reports 
     44   | 
    4145   |-- trunk 
    42    | |-- config.xml                - Configuration for testing the trunk 
    43    | |-- scripts                   - ln -s ../../autobuilder/trunk/testing/scripts 
    44    | `-- results                   - Result directory containing reports 
     46   | |-- nightly                   - Nightly builds from trunk 
     47   | | |-- config.xml              - Configuration for nightly build tests 
     48   | | |-- scripts                 - ln -s ../../../autobuilder/trunk/testing/scripts 
     49   | | `-- results                 - Result directory containing reports 
     50   | | 
     51   | `-- development               - Development builds from trunk 
     52   |   |-- config.xml              - Configuration for testing the trunk 
     53   |   |-- scripts                 - ln -s ../../../../autobuilder/branches/5.2/testing/scripts 
     54   |   `-- results                 - Result directory containing reports 
    4555   | 
    46    `-- branch-5.2 
    47      |-- config.xml                - Configuration for testing the trunk 
    48      |-- scripts                   - ln -s ../../autobuilder/trunk/testing/scripts 
    49      `-- results                   - Result directory containing reports 
    50  
     56   `-- branch 
     57     `-- 5.2 
     58       `-- development             - Development builds from 5.2 branch 
     59         |-- config.xml            - Configuration for testing the 5.2 branch 
     60         |-- scripts               - ln -s ../../../../autobuilder/branches/5.2/testing/scripts 
     61         `-- results               - Result directory containing reports 
    5162 
    5263========== 
     
    65761. Assert the displayed text. 
    6677 
    67 ------------------- 
    68 Labels (labels.txt) 
    69 ------------------- 
     78------------------------------------------------------- 
     79Component Initialization (component-initialization.txt) 
     80------------------------------------------------------- 
     81 
     82Execute application 2 (Feature Browser) 
     83 
     841. For each item in the main tree: 
     85 1.1 Click item in the main tree 
     86 1.2 Assert the title of the section shown in the tab in the lower-right panel 
     87 
     88---------------------------- 
     89Label Component (labels.txt) 
     90---------------------------- 
    7091 
    7192Tests that different formatting modes of labels produce correct 
     
    79100 2.2 assert the label value 
    80101 
    81 --------------------- 
    82 Buttons (buttons.txt) 
    83 --------------------- 
     102------------------------------ 
     103Button Component (buttons.txt) 
     104------------------------------ 
    84105 
    85106Tests that Button components are rendered correctly in different 
     
    94115 b. Label, including possible icon 
    95116 
     117------------------------------------ 
     118DateField Component (datefields.txt) 
     119------------------------------------ 
     120 
     121------------------------------------ 
     122TextField Component (textfields.txt) 
     123------------------------------------ 
     124 
     125----------------------------- 
     126Slider Component (slider.txt) 
     127----------------------------- 
     128 
     129------------------------------------------------------------------- 
     130Select Component: Multiple Selection List (select-listmultiple.txt) 
     131------------------------------------------------------------------- 
     132 
     133--------------------------------------------------------------- 
     134Select Component: Single Selection List (select-listsingle.txt) 
     135--------------------------------------------------------------- 
     136 
     137------------------------------------------------------- 
     138Select Component: Option Group (select-optiongroup.txt) 
     139------------------------------------------------------- 
     140 
     141-------------------------------------------------------------- 
     142Select Component: Radio Button Group (select-radiobuttons.txt) 
     143-------------------------------------------------------------- 
     144 
     145--------------------------------------------------- 
     146Select Component: Native Select (select-native.txt) 
     147--------------------------------------------------- 
     148 
     149------------------------------------------------- 
     150Select Component: Combo Box (select-combobox.txt) 
     151------------------------------------------------- 
     152 
     153------------------------------------------------------------------------------------- 
     154Select Component: Combo Box / StartsWithFilter (select-combobox-startswithfilter.txt) 
     155------------------------------------------------------------------------------------- 
     156 
    96157--------------------------------------------- 
    97 Twin Column Select (select-twincolselect.txt) 
     158Select Component: Twin Column Select (select-twincolselect.txt) 
    98159--------------------------------------------- 
    99160 
     
    138199  7.4 Assert left list (3,5,4,1,2) 
    139200  7.5 Assert right list (empty) 
     201 
     202 
     203-------------------------------------------------------------------------------- 
     204 
     205------------------------------- 
     206Layout Components (layouts.txt) 
     207------------------------------- 
     208 
     209---------------------------- 
     210Table Component (tables.txt) 
     211---------------------------- 
     212 
     213------------------------- 
     214Tree Component (tree.txt) 
     215------------------------- 
     216 
     217------------------------------------------------- 
     218Complex Robustness Tests (robustness-complex.txt) 
     219-------------------------------------------------