Category Selenium

How to Set Priority in TestNG

TestNG Priority

TestNG provides one more feature priority which is used to set the order of test cases as ours need. Basically, Priority is an attribute that tells TestNG which orders have to follow to run the test method. When we have…

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…