Skip to content

Instantly share code, notes, and snippets.

@shah-smit
Last active June 28, 2016 11:07
Show Gist options
  • Save shah-smit/9c9fe4ba1287767baed4df5ff162bb6a to your computer and use it in GitHub Desktop.
Save shah-smit/9c9fe4ba1287767baed4df5ff162bb6a to your computer and use it in GitHub Desktop.
Importance of Unit Testing

Importance of Unit Testing

  • It effective
  • Detect bugs
  • It keeps the developers away from fear of breaking code.
  • Changes made in tests does not break or change the development code.
  • Its cost effective
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment