In last post, we have learnt how to launch Chrome driver through selenium. In this post we will learn: How to launch Firefox browser through Selenium 3. Open a URL in browser. Close the browser. Selenium 3 has been launched. In selenium 2, it was very easy to launch Firefox browser as Selenium 2 had … Continue reading Launch of Firefox Browser through Selenium 3:
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
Architecture of Selenium Webdriver
We have already seen a details explanation about Selenium. To summarize, Selenium is a suite of tools which automates browser or we can say automates the actions performed on browser. For example:- You launch a browser and load Gmail url. You provide username and password and gets signed in. All these are performed within a … Continue reading Architecture of Selenium Webdriver
Upload multiple files in Selenium
Hello Folks, This is an advanced concept. Beginners can ignore it as of now. I just found it while automating some functionality in mu company. So just thought of sharing. Note: I assume, you have basic knowledge of AutoIT. During automating the application, we come up with scenarios where we need to upload file. If … Continue reading Upload multiple files in 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