Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Protractor: End to End testing framework for AngularJS Apps
Rating: 4.4 out of 5(1,631 ratings)
8,107 students

Protractor: End to End testing framework for AngularJS Apps

Protractor Tutorials on End-to-End testing on AngularJS websites. A wrapper over Selenium WebDriverJS library.
Created byRahul Arora
Last updated 4/2022
English

What you'll learn

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

Course content

26 sections146 lectures17h 17m total length
  • Introduction to Protractor course5:59

    Discover how Protractor, a wrapper around the WebDriver API, automates AngularJS apps with built-in synchronization. Run tests across browsers in parallel and integrate with Cucumber and Jasmine.

  • FIXING THE BLURRED VIDEO SCREEN0:23
  • Download All resources used in the course0:01

Requirements

  • Basic understanding of Javascripting

Description

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

Who this course is for:

  • Manual testers
  • Test Managers
  • Automation Testers with Selenium knowledge
  • AngularJS developers