Skip to content

Common Software Quality Mistakes

This lists a few common software quality mistakes where dev and QA should pay attention to.

Two features are developed in parallel

When two teams or people are developing separate features, there may be bugs when the two features are used together though there is no problem for code merge.
Because they are not aware of the other features during their development.