anonymoussc
Jun 28, 2015 • Less than a minute read

Software unit testing

The idea behind unit testing is to test the functionality of a piece of code in isolation.

  1. Creating a basic AngularJS application
  2. Running a simple test using Jasmine
  3. Installing & running a simple test using Protractor
  4. Installing & running tests using Karma
  5. Installing Testem & running tests using Testem
  6. Automating test runners using Gulp

Software is a great combination between artistry and engineering. - Bill Gates

Post by: Anonymoussc (@anonymoussc)