Skip to content

bhagatali/angular-testing-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing AngularJS With Protractor and Karma

Welcome, friends!

Blog Posts

  • Part 1 - In the first part we’ll look at unit tests, which ensure that small, isolated pieces of code (e.g., a unit) behave as expected.
  • Part 2 - In part two we'll address E2E tests, which verify that all the pieces of code (units) fit together by simulating the user experience through browser automation.