Category Selenium

DataProvider in TestNG (with Examples)

DataProvider in TestNG

In this tutorial, we will learn about DataProvider in TestNG in detail with the help of syntax, examples, best practices, and common errors. We know that there are mainly two ways through which we can directly pass parameter values to test…

Cross Browser Testing in Selenium

Cross browser testing in Selenium WebDriver

Cross-browser testing in Selenium is a technique to test the functionality of web-application with different multiple web browsers. It is used to check the compatibility of the application on the different web browsers at the same time. In the cross-browser…

TestNG Tutorial

Features of TestNG Framework

TestNG, where NG stands for “Next Generation” is the next step towards writing test cases. It is an open-source automation testing framework based on JUnit (in Java) and NUnit (in C#). TestNG is an advanced framework that can be integrated with…

How to Write Excel File in Java

Steps to write excel file in Java using Apache POI API

In this tutorial, we will learn how to write excel file in Java using Apache POI in a very simple way and step by step. We assume that you have already downloaded and configured Apache POI Jar file in your…