Data Driven Framework in Selenium Web Driver using Junit
Frameworks help to structure our code and make maintenance
easy. Without frameworks we will place all our code and data in same place
which is neither re-usable nor readable. Using Frameworks, produce beneficial
outcomes like increase code re-usage , higher portability , reduced script
maintenance cost etc.
Steps for creating Data Driven Framework in Selenium using
Junit
3.
Identify the scenarios to be automated.
5.
Start building a basic Project structure
7.
Create an Config file for storing URLs
9.
Create a utility file
11.
Email Reports
13.
Maintenance of Test
thanks for sharing. very usefull
ReplyDelete