Changes between Version 3 and Version 4 of BrowserTestingChart


Ignore:
Timestamp:
Jun 22, 2007, 4:11:06 PM (15 years ago)
Author:
Matias Capeletto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BrowserTestingChart

    v3 v4  
    11= Browser Testing Chart =
     2
     3[[PageOutline(2-5,Table of contents,inline)]]
     4
     5----
    26
    37== Introduction ==
    48
    59Jump in! Help us keep this table up to date!
     10
     11----
    612
    713== Tests Table ==
     
    1016#!rst
    1117
    12 +---------------------------------------+--------------------------+
    13 |                                       |           Linux          |
    14 +=======================================+=============+============+
    15 | Browser                               | Firefox 2   | Opera 9    |
    16 +---------------------------------------+-------------+------------+
    17 | Test date                             | 22/06/07    | 22/06/07   |
    18 +---------------------------------------+-------------+------------+
    19 | Tester                                | Matias      | Matias     |
    20 +---------------------------------------+-------------+------------+
    21 |                                                                  |
    22 +---------------------------------------+--------------------------+
    23 | Tests                                 | Results                  |
    24 +---------------------------------------+-------------+------------+
    25 | Quickbook source css                  | pass        | fail       |
    26 +---------------------------------------+-------------+------------+
    27 | IDE selector box                      | pass        | fail       |
    28 +---------------------------------------+-------------+------------+
    29 | Box wrappers                          | pass        | pass       |
    30 +---------------------------------------+-------------+------------+
    31 | Grouped Links select boxes            | pass        | pass       |
    32 +---------------------------------------+-------------+------------+
    33 | Google search box                     | pass        | pass       |
    34 +---------------------------------------+-------------+------------+
    35 | Spirit navigation arrows              | pass        | pass       |
    36 +---------------------------------------+-------------+------------+
    37 | Footer                                | pass        | pass       |
    38 +---------------------------------------+-------------+------------+
     18+---------------------------------------+-----------------------------+
     19|                                       |          **Linux**          |
     20+=======================================+===============+=============+
     21| **Browser**                           | **Firefox 2** | **Opera 9** |
     22+---------------------------------------+---------------+-------------+
     23| **Test date**                         | *22/06/07*    | *22/06/07*  |
     24+---------------------------------------+---------------+-------------+
     25| **Tester**                            | *Matias*      | *Matias*    |
     26+---------------------------------------+---------------+-------------+
     27|                                                                     |
     28+---------------------------------------+-----------------------------+
     29| **Tests**                             | **Results**                 |
     30+---------------------------------------+---------------+-------------+
     31| **Quickbook source css**              | pass          | fail        |
     32+---------------------------------------+---------------+-------------+
     33| **IDE selector box**                  | pass          | fail        |
     34+---------------------------------------+---------------+-------------+
     35| **Box wrappers**                      | pass          | pass        |
     36+---------------------------------------+---------------+-------------+
     37| **Grouped Links select boxes**        | pass          | pass        |
     38+---------------------------------------+---------------+-------------+
     39| **Google search box**                 | pass          | pass        |
     40+---------------------------------------+---------------+-------------+
     41| **Spirit navigation arrows**          | pass          | pass        |
     42+---------------------------------------+---------------+-------------+
     43| **Footer**                            | pass          | pass        |
     44+---------------------------------------+---------------+-------------+
    3945
    4046}}}
    4147
     48----
     49
    4250== Tests Description ==
    4351
     52Remember to add an entry to this table if you include tests in the "Test Table".
    4453
     54{{{
     55#!rst
    4556
     57+-------------------------------------+-----------------------------------------+------------------------------------------------------+
     58| **Test**                            | **Description**                         | **How to test**                                      |
     59+-------------------------------------+-----------------------------------------+------------------------------------------------------+
     60| **Quickbook source CSS**            | Conversion tool: docbook based HTML to  | Go to "View"-->"Page Style"-->"Quickbook Source" and |
     61|                                     | quickbook                               | check that everything looks fine                     |
     62+-------------------------------------+-----------------------------------------+------------------------------------------------------+
     63| **IDE selector box**                | Select the syntax highlighting to match | Go to the right-top corner of a code block and check |
     64|                                     | the user IDE                            | that IDE bubbles appear, then click in one and check |
     65|                                     |                                         | that the colors have changed. Reload the page to     |
     66|                                     |                                         | check that the selected IDE was stored in the cookie |
     67+-------------------------------------+-----------------------------------------+------------------------------------------------------+
     68| **Box wrappers**                    | Allow block to be rendered with round   | Check that blocks are rendered OK.                   |
     69|                                     | corners and shadows.                    |                                                      |
     70+-------------------------------------+-----------------------------------------+------------------------------------------------------+
     71| **Grouped Links select boxes**      | Banner select boxes to jump between     | Check both select boxes                              |
     72|                                     | libraries and sections                  |                                                      |
     73+-------------------------------------+-----------------------------------------+------------------------------------------------------+
     74| **Google search box**               | Google search box that works as an      | Check that the input box appears in the banner and   |
     75|                                     | index for the current library or for    | perform a search. For now do not test the google     |
     76|                                     | all boost docs                          | search page                                          |
     77+-------------------------------------+-----------------------------------------+------------------------------------------------------+
     78| **Spirit navigation arrows**        | Little arrows that lets us navigate our | Check that they are displayed correctly and that     |
     79|                                     | docs                                    | they do what it is expected                          |
     80+-------------------------------------+-----------------------------------------+------------------------------------------------------+
     81| **Footer**                          | Copyright, date and validation stuff    | Check that it is displayed correctly                 |
     82+-------------------------------------+-----------------------------------------+------------------------------------------------------+
    4683
     84}}}
     85