Home » selenium-tutorial (Page 3)

Category Archives: selenium-tutorial

Newly Updated Posts

Related Topics

Types of Testing Automation Framework

Previous Topic, Test automation Framework provides set of rules for handling data, maintaining object repository and executing test scripts in a proper formal structure. In this tutorial we will learn types of Testing Automation Framework in details.The guidelines when followed gives a long term benefit like Code-Re usability, easy maintenance, improved test efficiency and maximum […]

Continue Reading →

How to Download & Install Java JDK 8 in window

In this tutorial we will learn how to Download & Install Java JDK 8 in window? Step 1: Download java and setup java To install java open the URL->http://www.oracle.com/technetwork/java/javase/downloads/index.html Now Accept the Licence Agreement, always remember to choose correct JDK as per OS (Window, Mac, Linux) On click to JDK .exe file,It will start downloading […]

Continue Reading →

Why Selenium?

Why to use selenium webdriver Selenium: is an (open source) web based automation tool. Selenium has the capability to integrate with different other tool and come up with a complete package. Why to use selenium webdriver? Selenium provides a list of platform and browser support these are: Google Chrome Safari Firefox IE Phantom JS (Headless […]

Continue Reading →

What is Automation Testing?

Automation TestingĀ is a Software testing technique where the tester writes the test cases with help of automation tool and executes the test cases to check the flow of an application with it actual and expected result. Automated test execution reduces the manual effort for execution of repetitive test case. Test Automation is one of the […]

Continue Reading →