AngularJS End-to-End testing

Topics 

  • What is and Why End-to-End testing? 
  • End-to-End testing in AngularJS
  • Steps for writing and running Protractor test 
  • Interacting with browser 
  • Interacting with elements 
  • Debugging End-to-End testing code

What is and Why End-to-End Testing?

  • Unit tests can't easily test templates, DOM manipulation or interoperability of components and services 
    • Unit tests are for testing controllers and other parts of our application written in JavaScript, 
  • You can use Protractor, an end to end test runner which simulates user interactions for testing Angular apps

You must have an active subscription to download PDF,Lab Zip and Recordings of this course topic.Please click the "Subscribe" button or the "Login" button if you already have an account.