Why You Can't Ignore Test Planning in Agile
Take a look at why testing is especially important in Agile and how you can appropriately plan out testing so it's unintrusive.
Join the DZone community and get the full member experience.
Join For FreeAn Agile development process seems too dynamic to have a test plan. Most organizations with Agile, especially startups, don’t take the documented approach for testing. So, are they losing on something?
A test plan is useful to put discipline into the testing process. Otherwise, it’s often a mess when team members draw different conclusions about the scope, risk, and prioritization of product features. The outcomes are better when the entire team is on the same page. If your team isn’t planning tests, the problem could be how you perceive the test plan.
A test plan might appear like an elaborate document by the QA, but in Agile it is more like a process than a plan. It can be dynamic in spirit and capable of keeping up the sprint velocity. Let’s look at the challenges in Agile testing and how to overcome them with planning.
The Perils of No Test Planning
It’s a common pitfall when a team is focused on a quick burn-down of everything in the bucket of requirements. This way, you can lose time testing low-risk and low-priority requirements. And a feature that is more critical for the business may not get the attention it deserved.
The lack of capacity to prioritize comes from a limited understanding of the product user and usage. If testers are not able to prioritize what features are the top priority to test first, testing becomes a disadvantage for the Agile speed.
An absence of test planning can translate to inadequate team communication on the goals of testing. This can dilute the purpose of building a product. If test planning is so important how can you incorporate it into your product?
Why Agile Test Planning
For Agile, test planning should map risks and rewards of testing any feature. In order to achieve this, a tester should communicate the business importance and priority of features they would be testing in the sprint. Testers should evaluate the acceptance criteria rather than copy-pasting it. This allows testers to examine the significant features carefully.
QA can use critical thinking in deciding what to test. This can only be possible if testers know the product users. Most of the product usage is concentrated in a few features. Data of product usage allows testers to take better decisions, and invest more time in exploratory testing.
A discussion between the manual testers, automation testers, and developers aids in planning. The team can discuss how they can avoid duplication of tests. Or say, prepare a stub in parallel while the development of a feature is underway.
Test planning can lay out the process of how quality is built in even before the coding begins. It is because the purpose of QA should be to stop injecting a defect in the first place. For this purpose, the importance of different tests like unit testing can be outlined so that the team can organize their output according to the available time.
Due to the nature of competition and demand, the requirements can be dynamic and pop up unexpectedly. So, a plan to prepare for the unplanned can save the team from disorder and confusion.
To start embracing a test plan in Agile you can use the following mantras:
- Test planning should be a dynamic process
- Team communication is key to achieve goals
- All team members must know the business importance and priority of product features
- The plan should be inclusive of critical thinking to understand risk and rewards of testing
- Purpose of the plan should be to avoid the defects in the first place
The Way Forward
There is no static document that dictates the course of testing in Agile. The direction comes from dialogues between all the stakeholders of the product. The whole team must be involved in quality assurance from the beginning of the sprint. The goal of interactions is that everyone on the team understands what to be tested and by what method. The test planning in Agile needs a cultural change in the organization. This is a continuous process and requires a constant promotion of collaboration.
Published at DZone with permission of Charles Taylor, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments