Introduction to Protractor

Go to class
Write Review

Free Online Course: Introduction to Protractor provided by Pluralsight is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Introduction to Protractor is taught by Nate Taylor.

Overview
  • Protractor is an automated testing framework for testing AngularJS applications in the browser. This course will walk through the basics of Protractor while discussing how Protractor can fit into a development workflow.

    Protractor is an automated testing framework for testing AngularJS applications in the browser. It simulates a user interacting with the website by filling out forms, clicking on elements, and navigating from page to page. In this course, we'll look at the Protractor basics, for example, how to write a simple test. We'll also take a look at a lot of the features that Protractor uses to interact with Angular. We'll discuss how Protractor can fit into a normal development workflow and how it can be used by a team. We'll end by looking at some ways to make sure our Protractor tests are maintainable and easy to read.