From Fedora Project Wiki

Line 3: Line 3:
Nitrate a new test case management system, it's written in Python and uses the Django web framework.  
Nitrate a new test case management system, it's written in Python and uses the Django web framework.  


Its features include:
The TCMS provides:
* Easy web UI for plan/case/run management and executing tasks.
 
* Fully functional XML-RPC interface.
    * Managers with a source of information on planning, cases and execution status.
* Multiple authentication backends.  
    * Reproducibility across planning, cases and execution.
    * Audit traceability.
    * Increased productivity - Associates are able to identify and work on gaps in product coverage.  
    * Fully functional XML-RPC interface.
    * Multiple authentication backends.
 
"If it is not in the TCMS then we do not do it", and the converse: "If we do it then it is in the TCMS".
That motto has been the paradigm driving the development of the TCMS. The development team has created a canonical source of information about testing that is useful to both managers and QE Associates.


= Source Code =
= Source Code =

Revision as of 03:10, 11 January 2011

Nitrate

Nitrate a new test case management system, it's written in Python and uses the Django web framework.

The TCMS provides:

   * Managers with a source of information on planning, cases and execution status.
   * Reproducibility across planning, cases and execution.
   * Audit traceability.
   * Increased productivity - Associates are able to identify and work on gaps in product coverage. 
   * Fully functional XML-RPC interface.
   * Multiple authentication backends.

"If it is not in the TCMS then we do not do it", and the converse: "If we do it then it is in the TCMS". That motto has been the paradigm driving the development of the TCMS. The development team has created a canonical source of information about testing that is useful to both managers and QE Associates.

Source Code

We are using "git" to manage our source code. An excellent tutorial on the use of git can be found at Git-Scm.
The source code can be viewed via a web UI at git fedorahosted.

Anonymous access

git clone git://git.fedorahosted.org/nitrate.git

Commit access

git clone ssh://git.fedorahosted.org/git/nitrate.git

Installation

How to install Nitrate on your computer, please follow this steps:

Create a development environment

Contact us

Email: nitrate-devel@lists.fedorahosted.org
Mailing list: https://fedorahosted.org/mailman/listinfo/nitrate-devel
IRC Channel: nitrate-devel @ irc.freenode.org