Test case specs should:
- use the editTablePlugIn
- test case numbers start with TC followed by a two character identifier unique to that test module (EU for edit update, EM for email, etc)
- use the columns and format below
- status can be pass/ fail/ untested, if there is a bug associated with the test put it here as well
- put the version of chandler tested in the version column
^use this edit button when editing test status rather than the normal wiki edit links
For your cut and paste convenience here is the code used to create the above table:
%EDITTABLE{ format="| label | label | textarea, 6x50 | textarea, 6x50 | textarea, 6x10 |"}%
| *Module* | *TestCase#* | *Description* | *Status* | *Version* |
| example | TCEX001 | A nice passing test | pass | r14848 |
| example | TCEX002 | Failing test with bug associated | fail Bug:1234 | r14848 |
| example | TCEX003 | nobody wants to test this one | untested | |