Selenium web driver can be used using the Eclipse environment. Java is the most used programming language for the same. Let’s learn step by step to create the first program in Selenium. Installation of Eclipse, JDK/JRE and Selenium Web Driver: Download zip folder of the latest version of Eclipse IDE from http://www.eclipse.org/downloads/ Download the latestRead More
Month: May 2018
Selenium-2 || Let’s learn Selenium IDE.
Selenium IDE stands for Selenium Integrated Development Environment, which helps a user to record and play the steps on a web page for making their work easy and handy. It is an extension that can be installed and used on chrome and firefox browser. Selenium IDE: It stands for Selenium Integrated Development Environment. Easy toRead More
Selenium-1 || Understanding Selenium and Selenium WebDriver.
Selenium is a set of tools to automate the web applications. Selenium WebDriver is a powerful tool in selenium package. It helps to identify the component on a web browser, perform an action, comparing the result and generating the reports. Selenium Packages: Selenium is basically a package of n number of tools and utilities toRead More