2104/datadriven-testing-in-selenium-webdriver
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
using OpenQA.Selenium.Interactions; Actions builder = new Actions(driver); ...READ MORE
First, find an XPath which will return ...READ MORE
this work for me you should update your ...READ MORE
Try Actions class to perform this Actions action ...READ MORE
You first need to download chrome driver ...READ MORE
You should use Explicit wait or Fluent ...READ MORE
You many not actually be able to ...READ MORE
In seleniun webdriver it is not mandatory ...READ MORE
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
The main problem with your code is ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.