Changes between Initial Version and Version 1 of TestManagerForTracPlugin


Ignore:
Timestamp:
Aug 10, 2010, 9:18:02 AM (14 years ago)
Author:
Roberto Longobardi
Comment:

New hack TestManagerForTracPlugin, created by seccanj

Legend:

Unmodified
Added
Removed
Modified
  • TestManagerForTracPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Test Manager plugin for Trac =
     4
     5== Description ==
     6
     7A Trac plugin to create Test Cases, organize them in catalogs and track their execution status and outcome.
     8
     9Differently from other test management plugins for Trac that use Tickets as test case holders, this one uses Wiki pages and an additional proprietary data model to store Test Cases.
     10This allows you to not pollute your ticket lists with something that is not a ticket, and at the same time is powered by the Trac search engine and formatting syntax for Wiki pages.
     11
     12A set of plugins intercept requests for Wiki pages that are test cases and decorate the page with title, breadcrumbs, tree view, type-ahead search inside the catalogs, test case status semaphore and icons and buttons that allow you to create new test cases, sub-catalogs, copy and paste test cases around different catalogs and change a test case status.
     13
     14Project site: http://sourceforge.net/projects/testman4trac/
     15
     16
     17== Bugs/Feature Requests ==
     18
     19Existing bugs and feature requests for TestManagerForTracPlugin are
     20[report:9?COMPONENT=TestManagerForTracPlugin here].
     21
     22If you have any issues, create a
     23[http://trac-hacks.org/newticket?component=TestManagerForTracPlugin&owner=seccanj new ticket].
     24
     25== Download ==
     26
     27Download the zipped source from [download:testmanagerfortracplugin here].
     28
     29== Source ==
     30
     31You can check out TestManagerForTracPlugin from [http://trac-hacks.org/svn/testmanagerfortracplugin here] using Subversion, or [source:testmanagerfortracplugin browse the source] with Trac.
     32
     33== Example ==
     34
     35The plugin can be installed as usual, from the Trac administration panel, and requires a database upgrade.
     36
     37At the moment it has been tested only on Trac 0.11 with Python 2.5.
     38
     39Follow the tutorial presentation that you can download from the project site to get started.
     40
     41Project site: http://sourceforge.net/projects/testman4trac/
     42
     43
     44== Recent Changes ==
     45
     46[[ChangeLog(testmanagerfortracplugin, 3)]]
     47
     48== Author/Contributors ==
     49
     50'''Author:''' [wiki:seccanj] [[BR]]
     51'''Maintainer:''' [wiki:seccanj] [[BR]]
     52'''Contributors:'''