Testing is part of product work
Before comparing variants, I make the decision threshold and A/B test sample size part of the plan so a short run is not mistaken for reliable evidence.
Good quality practice should not make learning impossibly slow. I protect experiment velocity for product managers by keeping tests small, repeatable, and tied to a decision.
I do not treat testing as a final gate after “the real work.” Testing is how a team learns whether the product behaves as intended, supports real workflows, and avoids unacceptable risk. The depth depends on the product; I start with risks rather than copying a checklist.
Practices I would use
I bring product, design, engineering, and quality perspectives together to make acceptance criteria concrete. I automate stable, high-value checks that run often, while removing brittle tests that no longer protect an important risk. I use exploratory testing as structured investigation with a clear mission and risks to explore.
I test whole workflows, not only isolated code. Depending on context, I include performance, reliability, security, privacy, accessibility, localization, and recovery. Each important risk needs an owner and a plan.
Monitoring, support signals, customer feedback, and incident reviews extend the test loop after release. I put testing conversations near refinement and design, review failures without blame, and ask whether a slow test points to the test, environment, architecture, or release design.
Agile testing is not “test faster.” It is learning earlier and distributing quality responsibility across the team.
A practical check
I treat a failed test as information about the system. The response may be a product fix, a test fix, better data, or a change in the development workflow. The goal is not a green pipeline at any cost; it is trustworthy information about release risk.
My bottom line
I use this framework to make the work explicit, not to create ceremony for its own sake. Start with the decision, show the evidence, make ownership visible, and revisit the approach when the product or context changes.
If you are building the fundamentals behind this kind of work, the Product HQ product management certification is a useful next step. I also share practical lessons in the Product HQ newsletter.