Changes between Version 33 and Version 34 of TestCaseManagementPlugin


Ignore:
Timestamp:
Apr 13, 2007, 6:51:43 PM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestCaseManagementPlugin

    v33 v34  
    2727== Configuration steps required ==
    2828
    29 1. create a testcases directory within an existing subversion project.  We typically structure our development projects with a main project directory and then a source and build subdirectory.  So when you add the testcases directory you might have something like this:
     291. create a testcases directory within an existing subversion project.  This is where your testcases and your testtemplates.xml file goes.  We typically structure our development projects with a main project directory and then a source and build subdirectory.  So when you add the testcases directory you might have something like this:
    3030
    3131project/source/ <-- checked into subversion [[BR]]
     
    38382.  Add testcases and commit those testcases to your subversion repository using the example format (see attachment for correct XML format of the testcase file).
    3939
    40 3.  Create a testtemplate file, then specify which tests belong to which test tempaltes, for example the smoke-test (see attachment for correct XML format of the test templates file).  Not all tests have to belong to a template, it's just a convient way to group tests together.
     403.  Create a testtemplate file called testtemplates.xml, then specify which tests belong to which test tempaltes, for example the smoke-test (see attachment for correct XML format of the test templates file).  Not all tests have to belong to a template, it's just a convient way to group tests together.  This file goes into the same project/testcases directory.
    4141
    42424.  add to the trac.config file a new section: