Setup of selenium project and How to open a chrome browser

In last post, we have done installation of JAVA and Eclipse. We have downloaded Selenium standalone jar file as well. Now, we will learn Setup of a java project in eclipse with selenium. Opening a chrome browser and perform some basic actions. First we do little setup of eclipse. Step 1: Create a folder(work space … Continue reading Setup of selenium project and How to open a chrome browser

Installation of JAVA, Eclipse and Selenium

As of now, we should have basic idea of: Introduction of Selenium Webdriver Architecture of Selenium Webdriver In this post, we will learn: Installation of JDK. Installation of Eclipse Selenium jar file download Let’s start with setup first. Installation of  JDK in system. We will learn selenium Webdriver with JAVA. So first thing we need … Continue reading Installation of JAVA, Eclipse and Selenium

An Introduction to Selenium – A set of Tools

Why Test Automation is required: Software Development Life Cycle (SDLC) is a process of planning, creating, testing, and deploying a software. We have many SDLC models available. For example:- Waterfall model, Iterative model, V&V model etc. Please note these are traditional SDLC models which are time consuming, less dynamic and cost ineffective. So, maximum software … Continue reading An Introduction to Selenium – A set of Tools