Skip to content
Biswajit Sundara edited this page Feb 27, 2021 · 2 revisions

Protractor Basics

Protractor is a testing framework to test angular applications.

  • Protractor was developed by Google Developers to support angular applications.
  • It supports both Angular and Non-Angular applications.
  • Some people suggest WebdriverIO however Protractor is the best tool to automate angular applications.
  • Supports cross browser testing
  • Supports parallel execution
  • Supports headless browser
  • Automatic waiting mechanism so no synchronization issue

Reference

https://www.protractortest.org

Clone this wiki locally