There are various Management types in testing. They are

Project Management
**********************

It is nothing but organizing, planning, scheduling, costing, monitoring review, report writing and presentation of the software project.
• Manual – Contains records of Name, requirements, schedule, cost etc.
• Automation – MPP – Microsoft Project Planner.

Requirement Management
****************************

It is managing changes in evolving software in a cost effective manner.

Manual tools

SRS HLD LLD Code Testing
S1 HL1 LL1 C1
S2 * * C2 (if changes)

SRS - Software Requirements Specification
HLD - High Level Design
LLD - Low Level Design

Automation tools

Requistic pro – Rational operation product
TBI Caliber – Technology Builder Incorporation - Organis
QSS Doors – Quality System Software - Actions

Configuration Management
*****************************

CM is standards and procedures for managing changes in an evolving software product.
• Version control
• Changes in Progress.

Manual Tools
CR ------------> CCB ---------> CI =======>
CR – Change request CCB – Change Control Board CI – Change Information
CM System
Version 1.0
Version 2.0
Shared
Version 3.0
Version 4.0
Draft
Managed File

Automation

VSS – Visual Source Safe (Microsoft Product)
RCC – Rational Clear Case (Rational corporation product)
CVS – Concurrent Vision System.