Testing Automation with Protractor

Udemy Testing Automation with Protractor

Register & Get access to index
vPjp0Eh.jpg
Write robust, maintainable, and valuable end-to-end tests for web applications

What you'll learn​

  • How to install and configure Protractor
  • How to write tests for different scenarios of a non-angular web application
  • How to focus on what's more important first
  • How to organize tests' pre-conditions
  • How to protect sensitive information
  • How to use a simplified version of the Page Objects pattern
  • How to use other open-source libraries to help you write tests
  • How to test file uploading
  • How to deal with alerts
  • How to run cross-browser testing in both headful and headless modes
  • How to improve the test report on the terminal for CI
  • How to report test results as an HTML page
  • A mechanism for re-running tests to prove they're not flakey
  • A feature to allow you to demo the tests you wrote
Show more


Requirements​

  • Be able to read and write JavaScript code
  • Have nodejs, npm, and git installed on your computer
  • Have Google Chrome and Mozilla Firefox browsers installed on your computer

Description​

Welcome to testing automation with Protractor!
It's great to have you here. I'm pretty sure you're gonna love this course.
Web applications are always changing.
But changes here sometimes break things there, and vice-versa.
Automated tests can catch failures much faster than humans, and when well-architected, they serve as a safety net to push code to production when we see them all green.
Learn how to write end-to-end tests with the Protractor framework to test any kind of web application (even non-angular ones).
In this course, you'll learn:
  • How to install and configure Protractor
  • How to write tests for different scenarios of a non-angular web application
  • How to focus on what's more important first
    • Most important features
    • Making it work first and refactoring later
  • How to organize tests' pre-conditions
  • How to protect sensitive information
  • How to use a simplified version of the Page Objects pattern
  • How to use other open-source libraries to help you write tests
  • How to test file uploading
  • How to deal with alerts
  • How to run cross-browser testing in both headful and headless modes
  • How to improve the test report on the terminal for CI
  • How to report test results as an HTML page
  • A mechanism for re-running tests to prove they're not flakey
  • A feature to allow you to demo the tests you wrote
Have a great testing journey!

Who this course is for:​

  • QAs
  • Testers
  • Software developers
  • Web developers
  • CS students
  • Anyone interested about end-to-end testing in JavaScript
Author
TUTProfessor
Downloads
6
Views
236
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from TUTProfessor