Sunday 22 November 2015

Protractor

Protractor is an end-to-end test framework for testing the AngularJS applications.
Protractor is developed on top of the WebdriverJS.
Automating the scripts using protractor you need not worry about adding the waits or sleeps in the test scripts, protractor will automatically executes the next step after the web pages loads the pending tasks.

1. Installing Node.js and NPM on Windows
    http://automation-home.blogspot.in/2015/05/installing-nodejs-and-npm-on-windows.html

2. Protractor - Installation
    http://automation-home.blogspot.com/2015/11/protractor-installation.html

3. Protractor Installation and demo script.
    http://automation-home.blogspot.in/2015/11/protractor-demo-script.html#demo-script

4. Protractor  - Jasmine
    http://automation-home.blogspot.com/2015/11/protractor-jasmine.html

5. Configuring 'Protractor' in 'WebStorm IDE'.
    Running the 'Protractor' script in 'WebStorm'.
    http://automation-home.blogspot.com/2015/11/configuring-protractor-in-webstorm.html

6. Execute protractor script on real android device using Appium.
    http://automation-home.blogspot.com/2015/12/execute-protractor-script-on-real-using-appium.html

No comments:

Post a Comment