Library › Book 18 › Test Planning and Estimation
Test Planning and Estimation
9.1🔒Why This Chapter MattersTest planning is the work that happens before test execution begins. It answers the questions that prevent testing from being chaotic: What…
9.2🔒The Test Plan DocumentA test plan does not need to be a hundred-page document that nobody reads. It needs to answer six questions clearly:
9.3🔒Test EstimationTest estimation is notoriously difficult because testing is an open-ended activity. You can always test more. The question is not "how long…
9.4🔒Risk-Based Test PlanningNot all features are equally risky. Risk-based test planning allocates more testing effort to high-risk areas and less to low-risk areas.
9.5🔒Test Planning in CI/CD EnvironmentsIn CI/CD environments, the traditional "test phase" disappears. Testing is continuous. But planning is still necessary -- it just looks…
9.6🔒Exercises1. Write a test plan for a feature currently in development on your team using the template from this chapter. Fill out all nine sections…
9.7🔒Career Translation- Developed a risk-based test planning process that allocated testing effort proportional to feature risk, reducing production bug escapes…
9.8🔒Q&AInterview Depth CheckPrompt: You have a two-week sprint with 10 new user stories, a 300-test regression suite, and two QA engineers. Halfway through the sprint…