-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Biswajit Sundara edited this page Jan 31, 2021
·
2 revisions
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