Skip to main content
Glossary

Test Management & Process

18 terms

Test Management & Process

How testing actually gets run day to day — agile testing, defect lifecycle, bug triage, sprint testing.

ABCDEFGHIJKLMNOPQRSTUVWXYZ

A

B

D

K

R

S

T

Test Case Management Tool

A test case management tool organizes, stores, and tracks test cases, test runs, and results in one central system — TestRail, Zephyr, Xray, and qTest are common examples — replacing spreadsheets or scattered documents with structured, searchable, reportable test case data.

Test Case Peer Review

Test case peer review has another tester or team member review newly written test cases before they're executed — checking for clarity, completeness, correct expected results, and coverage gaps — catching problems with the test itself before it's run, the same way code review catches problems before code ships.

Test Estimation

Test estimation predicts how much time and effort testing a given piece of work will require — factoring in complexity, risk, available automation, and team experience — informing sprint planning and release schedules with a realistic testing timeline rather than an afterthought guess.

Test Metrics Reporting

Test metrics reporting communicates the state and trends of testing activity and product quality — pass rates, defect counts, coverage, automation ROI — to stakeholders who need visibility without being in the testing details day to day.

Test Risk Assessment

Test risk assessment identifies and scores the areas of a system most likely to fail and most damaging if they do, directly informing where testing effort should concentrate. It's the analytical process underlying risk-based testing as a strategy.

Traceability

Traceability is the ability to link related project artifacts together — a requirement to its test cases, a test case to a defect, a defect to the code change that fixed it — creating an auditable chain that answers "why does this exist" and "what does this affect" for anything in the system.

W

Test Management & Process Glossary — QA Bash | QA Bash