Protractor: End to End testing framework for AngularJS Apps

Go to class
Write Review

Protractor: End to End testing framework for AngularJS Apps provided by Udemy is a comprehensive online course, which lasts for 17 hours worth of material. Protractor: End to End testing framework for AngularJS Apps is taught by Rahul Arora. Upon completion of the course, you can receive an e-certificate from Udemy. The course is taught in Englishand is Paid Course. Visit the course page at Udemy for detailed price information.

Overview
  • Protractor Tutorials on End-to-End testing on AngularJS websites. A wrapper over Selenium WebDriverJS library.

    What you'll learn:

    • Automate any Angular and non AngularJS websites using Protractor
    • Learn various new locator strategies
    • crack protractor interviews

    With a sudden increase in AngularJS websites current market demand is moving towards Protractor for automation. Now before we proceed further we first need to understand what exactly is Protractor?

    Protractor is an end to end testing framework specially designed to perform automation testing on AngularJS based web applications. Protractor API works as a wrapper over the most powerful Selenium WebDriver API and is built on top of WebDriverJS that uses native events and browser specific drivers to interact with web based application as a normal user would do.

    There's a massive increase in locator strategies in Protractor which also allows you to test AngularJS specific elements including the existing locator that we get from WebDriver API without configuring or putting any extra effort. Waits and Syncs are handled in a more effective manner so we need to to worry about sync issues as well.

    Protractor is one of the end to end testing framework in AngularJS

    Additional Locator strategies:

    1. By binding

    2. By repeater

    3. By textarea

    4. By model

    5. WebElement all

    6. WaitForAngular

    7. WebElement evaluate, etc.

    About course coverage:

    1. End to end testing on AngujarJS websites

    2. Handling elements on a Non-Angular websites

    3. Different locator techniques

    4. Writing Protractor tests

    5. Jasmine concepts

    6. Creating test cases and test suites

    7. Parallel and Multiple browser execution

    8. Framework designing using Page Object Model design pattern

    9. Creating common utilities