Changes between Version 53 and Version 54 of TestCaseManagementPlugin


Ignore:
Timestamp:
Apr 16, 2008, 6:07:37 PM (16 years ago)
Author:
ken.stricklett@…
Comment:

Minor grammatical corrections.

Legend:

Unmodified
Added
Removed
Modified
  • TestCaseManagementPlugin

    v53 v54  
    100100You can use easy install to install the testManagementPlugin by doing this:
    101101
    102 (this version includes bug fixes for 1551 ) [[BR]]
     102(this version includes bug fixes for 1551) [[BR]]
    103103
    104104easy_install.exe http://trac-hacks.org/svn/testcasemanagementplugin/branches/testManagementPlugin0.4.0
     
    122122Inside the xml file you need to specify specifics about each testcase.  A test case has an Id (which probably should be the file name without any extensions), a component (matching a real component in your TRAC project..case sensitive), a summary, a description, and a field for describing the expected results of the test.
    123123
    124 Here's what a testcase might look like...remember one testcase per file.  It helps if you give the file a name which reflects what the testcase is for.  For example:  map01_zoom.xml
     124Here's what a testcase might look like...remember one testcase per file.  It helps if you give the file a name that reflects what the testcase is for.  For example:  map01_zoom.xml
    125125
    126126{{{
     
    158158
    159159
    160 ''''Step 2(Define any required grouping of testcases in the testtemplates.xml file):''''
     160''''Step 2 (Define any required grouping of testcases in the testtemplates.xml file):''''
    161161
    162162An example grouping would be specifying that tests: test1, test2, and test3 all belong to the smoketest.
     
    195195''''Step 4 (Run the testcases)''''
    196196
    197 Open one of the created tickets and using the testcase_result custom field specify whether the test for this test run passed,failed, or was not run for whatever reason.
     197Open one of the created tickets and using the testcase_result custom field specify whether the test for this test run passed, failed, or was not run for whatever reason.
    198198
    199199Close each ticket in the normal way by setting the ticket to "fixed" (or one of the other appropriate resolved states).