"STRIVING FOR ZERO BUGS ON THE TEST ENVIRONMENT"
Big overhead in raising bugs,
Solution:
- Requirement over Solution, use BDD and check requirement early.
- Story should be as small as possible, and big enough to test. Slice the story is important. A story should be Deliverable, Testable, and Delopyable.
- Clear as much as possible in beforehand.
- Keep update from Developer
- Think why not prevent the bug.
Comments
Post a Comment