Changes between Version 9 and Version 10 of TestCaseManagementPlugin


Ignore:
Timestamp:
Feb 9, 2007, 12:12:59 AM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestCaseManagementPlugin

    v9 v10  
    8282== Example ==
    8383
    84 I'll add an example workflow shortly...
     84''''''Running a weekly smoke test.''''''
     85
     86''''Step 1(Create your test cases)''''
     87Take a look at the example test case I attached at the bottom of this page.  It's a very simple XML format for specifying what a test case should be.
     88
     89A test case has an Id (which should be the file name without any extensions), a component (matching a real component in your TRAC project), a summary, a description, and a field for describing the expected results of the test.
     90
     91
     92''''Step 2(Define any required grouping of testcases in the testtemplates.xml file):''''
     93
     94An example grouping with be specifying that tests: test1, test2, and test3 all belong to the smoketest.
     95
     96Make sure the tests and template file are checked in.
     97
     98''''Step 3 (Creating a test run)''''
     99Click on the TestManagement tab on the main trac menu.
     100
     101Click on the Test Run link
     102
     103Select users to assign testcases to (these have to be known users to the trac system).
     104
     105Select the appropriate version, and/or milestone/sprint for this testrun. 
     106
     107Select the testcases, and/or the appropriate test template.
     108
     109Click the generate test run button.
     110
     111This will re-direct you to the custom ticket reporting page with a pre-built query that should show you all the test cases that you just created grouped by user.  It will also pick up previously created testcases if they also exactly match the query criteria.
     112
    85113
    86114