Month: January 2020

Manual testing end to end guide!

Every software project has three crucial aspects, that are cost, time and quality. This is achieved by testing software regularly. Software Testing is an integral part of any IT project. The software is tested to detect bugs and…

Read More »

How to handle Exception in Java?

—What is Exception? When an error occurred in a program during execution java will throw an error message which is technically call Exception(throw an error). As a result test case gets failed in Selenium and stopped to execute….

Read More »

What is Test Automation Framework?

A test automation framework is a set of concepts, rules and best practices which can follow in a systematic way to achieve the desired results. There are different type of automation framework Data Driven Framework Keyword Driven Framework Hybrid Framework…

Read More »

Advance techniques for Locators

As we know there are 8 locators are available in Selenium  as below:    Find different elements on a web page using Locators  xPath xpath required for finding the dynamic element and traverse between various elements of the…

Read More »

Locators in Selenium

Locators are the way to find or address web elements in html page. In Selenium there are 8 locators are available as below:    Find different elements on a web page using Locators  xPath xpath required for finding…

Read More »