Testing phase
The testing phase is the stage of testing an idea, hypothesis or solution in practice before full implementation.
Definition
Testing reduces risk because it allows you to see how the solution works in a real or simulated environment. It is not about defending an idea, but about learning from data. A good test has clear criteria, limited scope and the opportunity to improve the solution after receiving feedback.
Key ideas
- Tested in practice
- Small scope before full implementation
- Learning from data
Practice and life
Choose the smallest version of the solution that can be tested in a week. Set a measure of success and decide: implement, improve or reject.
Common misconceptions
It is a mistake to test without criteria. It is also a mistake to treat a negative result as a failure instead of information about the fit of the solution.
> An idea matures only when it meets reality.
> — Guru Element
Questions for self-reflection
- What exactly am I testing?
- How will I know if the test was successful?
- What change will I make after the test data?