Changes between Initial Version and Version 1 of TestCaseManagementPlugin


Ignore:
Timestamp:
Feb 2, 2007, 11:58:13 PM (17 years ago)
Author:
edunne
Comment:

New hack TestCaseManagementPlugin, created by edunne

Legend:

Unmodified
Added
Removed
Modified
  • TestCaseManagementPlugin

    v1 v1  
     1= TestCaseManagement =
     2
     3== Description ==
     4
     5
     6I've developed a test case management tool that uses subversion as the testcase repository and uses the ticket framework in trac to create test runs.
     7
     8Changes required:
     91. new ticket type called testcase
     102. a new entry to the trac config file specifying the path to the location of the testcases
     114. one custom field called test_case_result with pass, fail and incomplete values
     12
     13Some of the common problems that any testcase management tool faces are:
     141. versioning of the testcases (taken care of by subversion)
     152. reporting (taken care of by trac ticket reports)
     163. generating specific test runs (taken care of specifically by the plugin)
     17
     18The advantage of having a testcase management tool in trac is that it removes the need to have yet another system that manages testcases...with all the usual problems of maintaing user account, system upgrades, licensing issues.  The other advantage is that it adds more transparency to the testing process as the tool and any testcases are right there for anyone to see.
     19
     20Test cases are stored in a very simple XML format.  And you can specify collection of test cases (for example a smoke test) by specifying which test cases belong to a test template.  This information is also specified in an xml file.
     21 
     22
     23== Bugs/Feature Requests ==
     24
     25Existing bugs and feature requests for TestCaseManagementPlugin are
     26[report:9?COMPONENT=TestCaseManagementPlugin here].
     27
     28If you have any issues, create a
     29[http://trac-hacks.org/newticket?component=TestCaseManagementPlugin&owner=edunne new ticket].
     30
     31== Download ==
     32
     33Download the zipped source from [download:testcasemanagementplugin here].
     34
     35== Source ==
     36
     37You can check out TestCaseManagementPlugin from [http://trac-hacks.org/svn/testcasemanagementplugin here] using Subversion, or [source:testcasemanagementplugin browse the source] with Trac.
     38
     39== Example ==
     40
     41
     42screen shot to be provided
     43
     44== Recent Changes ==
     45
     46[[ChangeLog(testcasemanagementplugin, 3)]]
     47
     48== Author/Contributors ==
     49
     50'''Author:''' [wiki:edunne] [[BR]]
     51'''Contributors:'''