Last updated: May 25, 2022

TestNG

TestNG is a framework that supports the Java programming language. It is stimulated by JUnit and NUnit. It helps in grouping the test cases and is easier to run and understand. Therefore, TestNG is a very powerful framework. Let's understand the framework well through this section.
TestNG Introduction and Installation EASY
This blog introduces us to TestNG and talks about its installation process.
TestNG Annotations in selenium EASY
This article introduces you to the concept of TestNG annotations and the framework used in Selenium with a detailed explanation.
TestNG Groups EASY
This article introduces you to TestNG groups, including and excluding tests with an elaborated explanation.
Test Priority in TestNG EASY
This article will discuss all the necessary points associated with Test Priority in the TestNG framework in Selenium. We will further look at the implementation of Test Priority using the TestNG framework.
Session Handling EASY
In this article, we will discuss all the necessary points about Session Handling using Selenium. We will also look at an example to understand the implementation of Session Handling using Selenium.
TestNG Multiple Test Cases EASY
This article will discuss all the necessary points associated with creating multiple test cases using the TestNG framework in Selenium. We will further look at an example to understand how to implement multiple test cases using the TestNG framework.
TestNG Listeners- ITestListner and ITestResult EASY
This article introduces you to the concept of TestNG listeners and ITestListner, and ITestResult with a detailed explanation.
Executing Failed Test Cases EASY
This blog discusses the theoretical and practical implementation of executing failed test cases using TestNG.
TestNG Report Generation EASY
This blog discusses the theoretical and practical implementation of TestNG Report Generation.