Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 792 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 792 Bytes

protractor-paytm

Protractor EndtoEnd Testing of PayTM: We have developed a E2E testing framework for the PayTM website using Protractor. Protractor is a wrapper around WebdriverJS an end-to-end testing framework for AngularJS applications and works as a solution integrator - combining powerful tools and technologies such as NodeJS, Selenium Webdriver.

PREREQUISITES: 1.Nodejs, 2.Protractor

HOW TO SETUP: -On command line, go to the master branch and run following cmd. It will install all the required node modules for this project- "npm install"

HOW TO RUN: 1.To run test cases, first we have to start Webdriver Manager. Webdriver-Manager is start by grunt by following cmd- "grunt driver" 2.Now, we can run any suites by its name- "grunt smoke" "grunt regression" "grunt allSuite"