The improvement process for any system/application that contains defects. Developers will conduct an internal test after
fixing any detected defects before sending the fixed system/application to QA.
Steps
Fix bug
Update unit test
If not built for development, update not required.
Commit to Trunk
Build Initiated
Repeat cycle. Use CI if applicable.
Test build
If build passes testing, procede to next step. If not, return to step one.