DataDriven testing in selenium webdriver

0 votes
I am using selenium web driver to automate web applications, I want to use frameworks like DataDriven Testing

Please let me know how to setup Datadriven Framwework in Eclipse.
Apr 23, 2018 in Selenium by coldcode
• 2,080 points
425 views

1 answer to this question.

0 votes

Below is the step by step solution to setup DataDriven Testing:-

  • Go to the below link to download the Apache POI JAR Files:-https://poi.apache.org/download.html

  • Go to the Binary Distribution section, and click on the latest version of POI to download. We will see that the POI files get downloaded in the zip file format

  • If the download doesn’t start and it leads you to some another page, then click on the alternate link that the page suggests

  • Unzip the downloaded POI JAR files to get the files

  • Add these POI JARs inside the Project's Library (Add External JARs)

  • Now you are ready to use the frameworks 

answered Apr 23, 2018 by Meci Matt
• 9,460 points

Related Questions In Selenium

0 votes
6 answers

How to specify "ENTER" button functionality in Selenium WebDriver code?

using OpenQA.Selenium.Interactions; Actions builder = new Actions(driver); ...READ MORE

answered Feb 13, 2019 in Selenium by anonymous
94,897 views
+1 vote
1 answer

How to handle drop downs using Selenium WebDriver in Java

First, find an XPath which will return ...READ MORE

answered Mar 27, 2018 in Selenium by nsv999
• 5,500 points
7,988 views
+2 votes
4 answers

sendKeys() not working in Selenium Webdriver

this work for me you should update your ...READ MORE

answered Aug 27, 2019 in Selenium by Afif
29,516 views
0 votes
1 answer

Double click a record in a grid using Selenium webdriver

Try Actions class to perform this Actions action ...READ MORE

answered Mar 30, 2018 in Selenium by Damon Salvatore
• 5,980 points
4,862 views
0 votes
2 answers

Can anyone help me that how to run Selenium WebDriver test cases in Chrome?

You first need to download chrome driver ...READ MORE

answered Aug 26, 2019 in Selenium by Abha
• 28,140 points
1,690 views
0 votes
1 answer
+1 vote
1 answer

How to perform mouse hovering in Selenium WebDriver (Java)?

You many not actually be able to ...READ MORE

answered Apr 3, 2018 in Selenium by nsv999
• 5,500 points

edited Aug 22, 2023 by Khan Sarfaraz 10,305 views
0 votes
1 answer

How to use Actions class in Selenium Webdriver?

In seleniun webdriver it is not mandatory ...READ MORE

answered Apr 4, 2018 in Selenium by Damon Salvatore
• 5,980 points
3,910 views
0 votes
1 answer

XPath for the elements with no ID or Name in Selenium Webdriver

Use like this or similar to this: //div[@id="top-level-menu-item-3"]/div[@class="filter-label"] //div[@id="top-level-menu1"] ...READ MORE

answered Apr 17, 2018 in Selenium by Meci Matt
• 9,460 points
6,907 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP