This is the very first step towards writing a great automation framework using Selenium WebDriver. As already stated, we'll only cover the Selenium WebDriver tutorials with Java and Eclipse. Here's the step by step guide to set up Selenium WebDriver with Eclipse and Java: Installing Java on a Windows machine Assuming you have a windows machine, in order to have Java up and running on your system, you'll have to install JDK (Java Development kit). And in order to install it, you'll first have to download it from Java's official website here . Click on the 'Download' button on Java and move on to the next page. Here, accept the license agreement and click on the link of windows version (.exe) of JDK. Once the file gets downloaded, save it and double click it to install. Just note that the JRE (Java Runtime Enviroment) comes bundled with this version of JDK. Hence, no need to install the JRE separately. After the successful in...
Resources for aspiring QA Engineers.