International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 118 - Number 18 |
Year of Publication: 2015 |
Authors: Chandraprabha, Ajeet Kumar, Sajal Saxena |
10.5120/20845-3497 |
Chandraprabha, Ajeet Kumar, Sajal Saxena . Data Driven Testing Framework using Selenium WebDriver. International Journal of Computer Applications. 118, 18 ( May 2015), 18-23. DOI=10.5120/20845-3497
Software Development Life Cycle is having various phases, among them software testing is a phase which is an ongoing process just start after the requirement gathering phase. Software testing have to face various challenges. Even though manual testing is an easy task but it is very time consuming and labor intensive process. Automation Testing is the solution of all the problems which are faced during manual testing. The aim of this research paper is to perform automation testing using "Selenium WebDriver". With Selenium WebDriver I have developed data driven framework which means separating data to code for reusability purpose. In this framework we abstracted the data which would be used in excel file and the program is written to access data from that excel files.