Test Planning Cheat Sheet

A successful whole-team approach to agile testing means lots of conversations about potential upcoming features. These might begin with a project inception, a design critique, a pre-iteration or iteration planning meeting. We need to learn so much about each feature if we’re going to successfully deliver what the business, customer and users want and need.

Recently we experimented with putting together a “cheat sheet” of questions to ask in discussions about planned new features and stories. Lisa finds that referring to a list of possible questions during these conversations helps her think of good questions to ask. Not all of these questions are applicable to every feature set or story, but just looking at the list can help generate good conversation-starters. The answers may flush out hidden assumptions, and help make sure all testing activities can be done when needed.

We haven’t thought of a short, catchy name yet for this “cheat sheet.” We could call it “feature testing questions to remember’ or “feature conversation cheat sheet for quality,” but those aren’t short and catchy! We welcome your ideas.

In any case, feel free to download the cheat sheet and see if it helps you generate productive conversations that help your team build shared understanding of each feature and how it can be tested.

Name this cheat sheet: Questions to ask when discussing prospective features

Value to users/business

  • What’s the purpose of the story?
  • What problem will it solve for the user, for us as a business?
  • How will we know the feature is successful once it is released? What can we measure, in what timeframe? Do we need any new analytics to get usage metrics in production?

Feature behavior

  • What are the business rules?
  • Get at least one happy path example for each rule, and ideally also one misbehavior example
  • Who will use this feature? What persona, what particular job is a person doing?
  • What will users do before using this feature? Afterward?
  • What’s the worst thing that could happen when someone uses it? (exposes risks)
  • What is the the best thing that can happen? (delighting the customer)
  • Is the story / feature / epic too big? Can we deliver a thin slice and get feedback?
  • Watch out for scope creep and goldplating!

Quality Attributes

  • Could this affect performance? How will we test for that?
  • Could this introduce security vulnerabilities? How will we test for that?
  • Could the story introduce any accessibility issues?
  • What quality attributes are important for this feature, for the context?

Risks

  • Are there new API endpoints or server commands? Will they follow current patterns?
  • Do we have all the expertise for this on our team? Should we get help from outside?
  • Is this behind a feature flag? Will automated tests run with the feature flag on as well as off?
  • Are mobile/web at risk of being affected?
  • Are there impacts to other parts of the system?

Testability

  • How will we test this?
  • What automated tests will it have – unit, integration, smoke?
  • Do we need a lot of exploratory testing?
  • Should we write a high level exploratory testing charter for where to focus testing for this feature/epic?
  • Do we have the right data to test this?
  • Does it require updating existing tests, or adding new ones? If new ones, is there any learning curve for a new technology?

Download the cheat sheet.

10 comments on “Test Planning Cheat Sheet

  1. Really nice, and gets you thinking!

    A couple of questions I love,
    * “Is this like a feature I can currently use on another product?”
    * (Under risks) “Could this ever be used maliciously … how would that be undone?”

  2. Thanks, Mike! I tend to get so involved in discussions in meetings such as iteration planning meetings that I forget to take a step back and think if we know everything we need to know about a story’s behavior, if there are any hidden assumptions. Having a checklist helps me think of good questions.
    — Lisa

  3. Reminding and challenging assumptions is exactly the reason for my Periodic Table of Testing that I’m developing on my bigtesttheory.com blog. Useful prompts to start value adding conversations.

    I’d probably name it something to do with those values such as;
    – Story or Feature Chat Sheet (like cheat)
    – Story or Feature Discussion Document
    – Conversations Help Everyone Analyse Testing (CHEAT mnemonic)
    or – Conversations Help Everyone Assumptions Test
    – Story or Feature Elaboration Questions

    I’m not that sure about these but maybe they will help prompt someone to improve them.

  4. Thanks for sharing this. Good one to follow and share with team. It would help us in unblocking our thoughts when we come to a point that we are done with brainstorming and have discussed enough the test cases covering all imp areas. Great stuff. Keep sharing your wisdom!!

  5. This is a great cheat sheet of questions we know but we forget to ask. I think this a good reminder of questionnaire, that not only testers should ask. It will be helpful for whole-team including product owner to ask when discovering and creating new feature or story.

    As most of these are questions I would recommend to use “Questionnaire” in the name.
    Recommended name: Feature Discovery Questionnaire

  6. Hi, I Read your blog and I feel it is a very wonderful, informative blog .
    There are a lot of good information on this blog, I’d like to Share and I think people will get a lot of support from this blog.
    Thank you for sharing this informative blog, please keep up and share some unique posts with us in the future
    — sapizone dot com

Leave a Reply

Your email address will not be published. Required fields are marked *