Jump to content

Test management: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Undid revision 508440876 by Rwetherill (talk) remove redlink
RealLink (talk | contribs)
→‎See also: Since no other companies are linked, remove this specific link to a company...
Line 39: Line 39:
*[[Software Testing]]
*[[Software Testing]]
*[[Test automation management tools]]
*[[Test automation management tools]]
*[[Kalistick|Enhancing test management platforms : Kalistick]]


==External links==
==External links==

Revision as of 08:37, 2 October 2012

Test management is the activity of managing some tests. A test management tool is software used to manage tests (automated or manual) that have been previously specified. It is often associated with automation software. Test management tools often include requirement and/or specification management modules that allow automatic generate a requirement test matrix (RTM), which is one of the main metrics to indicate functional coverage of a system under test (SUT).

Creating tests definitions in a database

Test definition includes: test plan, association with product requirements and specifications. Eventually, some relationship can be set between tests so that precedences can be established. i.e. if test A is parent of test B and if test A is failing, then it may be useless to perform test B. Tests should also be associated with priorities. Every change on a test must be versioned so that the QA team has a comprehensive view of the history of the test.

Preparing test campaigns

This includes building some bundles of test cases and execute them (or scheduling their execution). Execution can be either manual or automatic.

Manual execution

The user will have to perform all the test steps manually and inform the system of the result. Some test management tools includes a framework to interface the user with the test plan to facilitate this task.

Automatic execution

There are a numerous way of implementing automated tests. Automatic execution requires the test management tool to be compatible with the tests themselves. To do so, test management tools may propose proprietary automation frameworks or APIs to interface with third-party or proprietary automated tests.

Generating reports and metrics

The ultimate goal of test management tools is to deliver sensitive metrics that will help the QA manager in evaluating the quality of the system under test before releasing. Metrics are generally presented as graphics and tables indicating success rates, progression/regression and much other sensitive data.

Managing bugs

Eventually, test management tools can integrate bug tracking features or at least interface with well-known dedicated bug tracking solutions (such as Bugzilla or Mantis) efficiently link a test failure with a bug.

Planning test activities

Test management tools may also integrate (or interface with third-party) project management functionalities to help the QA manager planning activities ahead of time.

Test management tools

There are several commercial and open source test management tools available in the market today which include HP Quality Center and IBM Rational Quality Manager. Most test management tools are web-served applications that need to be installed in-house. Others can be accessed as Software as a service.[citation needed]

See also