Unit tests
Unit tests is another way to validate if the code does what it's supposed to. Unit tests must be comprehensive and cover if not all, then majority of code that is implemented. Release of code to production needs to depend on successful testing of the code. If tests fail, then it means that code has a bug, and is not ready to be promoted to production.
Comments
Post a Comment