Definition of Done (DoD)
Everything starts with …
-
assuming you have your story and their sub-tasks all in “In-Progress” status*
-
Test locally
by developer that the feature is working (Chrome, Mozilla, IE) and it is not breaking any other feature -
Merge Request should be
reviewed
-
All comments should be
resolved
-
After merge with master the developer should review the build is successfully deployed on Dev Environment
-
Testing features by developer on Dev environment (Chrome, Mozilla, IE)
-
Developer should move the corresponding task/s to
"Ready for Test"
status -
Testing should be executed by QA
- Test is successful > Task should be moved to
Internal Verified
status - Test is NOT successful
- Feature is not working -> reopen the task
- Feature is working, but not in all test cases -> Open bug for the failed test cases
- Test is successful > Task should be moved to