Last Updated: February 25, 2016
·
598
· arvindr21

End to End Testing with Protractor

@http://thejackalofjavascript.com/end-to-end-testing-with-protractor/

Contents

  • Understanding Testing & Testing Scope
  • What is Selenium and Selenium Webdriver?
  • What is Protractor?
  • Setting up an Angular App
  • Setup & Run Protractor
    • Approach 1 : Referring to an existing Selenium server
    • Approach 2 : Running a standalone Selenium server
  • Add a Grunt Task to Run tests
  • Add a Login feature and Test it
  • Protractor and Sauce labs