Home / Phase-4 / Working with QA & Test Plans
Phase 4
Working with QA & Test Plans
What is QA?
Quality Assurance (QA) is the systematic process of validating that a product meets defined standards before release. Unlike quality control (QC), which focuses on detecting defects through inspection, QA is broader—encompassing processes that prevent defects from occurring in the first place. In software, QA means testing early, documenting standards, and monitoring outcomes continuously.
What is a QA Test Plan?
A QA Test Plan is the roadmap for testing a product. It documents the scope, objectives, methodology, resources, risks, and criteria for success, giving all stakeholders a shared understanding of how quality will be validated.
Key Elements of a QA Test Plan
- Test Scope — features to test, features out of scope, and coverage expectations.
- Objectives — clear, measurable goals aligned with business needs.
- Strategy & Approach — manual vs. automated, black-box vs. white-box, testing types.
- Test Environment — hardware, software, tools, and data setup.
- Entry/Exit Criteria — conditions to start, pause, resume, or end testing.
- Risk Management — identifying, prioritizing, and mitigating potential risks.
PM’s Role in Working with QA
Product Managers don’t write test cases, but they are crucial in ensuring quality is built in, not bolted on. Key responsibilities include:
- Clarify requirements: Ensure they’re testable and unambiguous.
- Balance priorities: Negotiate between speed of delivery and depth of testing.
- Support traceability: Link features to test cases and acceptance criteria.
- Champion quality: Advocate for QA resourcing and time in the roadmap.
- Facilitate communication: Ensure QA has a seat at the table during planning.