Tuesday, 10 September 2013

Data Driven testing using excel sheet for the content on different web pages using JAVA in Selenium Web Driver

Data Driven testing using excel sheet for the content on different web
pages using JAVA in Selenium Web Driver

I have a requirement to test the large list of webpages for specific
website and have to verify i) if the content on all provided webpages is
present or not? ii) the content is neither duplicated as well on that
particular page.
I need to automate this using selenium webdriver (Java). I want that I
just provide all the pages URL into an excel sheet (.csv file) and just
run the test through it and get back the results for my requirements.
Please help me in this.
Thanks in advance..

No comments:

Post a Comment