Angular JS – Part 3 - Unit tests

  • Unit tests in Angular using Jasmin
  • How to pass the mock dependencies to Angular Tests
  • Karma Server is used to run Node Test files
  • End to End tests.
  • Browser() function is the special function used in end to end tests
  • To troubleshoot e2e test, use pause() function. It will pause the action on browser.

Comments

Popular posts from this blog

BDD - Acceptance Test Driven Development

Angular JS – Part 2

.Net Collections