0

Im using selenium webdriver for automation testing in my company to automate webapplications, but im using id, xpath and all directly without following any framework , so now im in some prob and have to design the DATA DRIVEN FRAMEWORK .

Please suggest me how to setup DatadrivenFramwework under eclipse.what and all steps to be followed.

Thanks

1
  • Why do you want to use a data-driven framework for your element identifiers (ids and xpaths)? Commented Jul 4, 2013 at 15:47

1 Answer 1

1

If you want to do data driven testing without using any framework. For that you can use JXL API or POI API, with use of these API you can do data driven testing for your web application. It very easy to configure these API with your Eclipse.

Note:- JXL API is now off dated, it only work with .xls files. POI API works with both .xls & .xlsx file.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.