TestNG
-
TestNG Basic Annotations Tutorial
In this post, we will take a look at TestNG annotations and how we can use them in unit tests…
Read More » -
TestNG Creating Selenium Scripts Example
1. Introduction In this post, we feature a comprehensive article on TestNG Creating Selenium Scripts. TestNG is an open-source automated testing…
Read More » -
TestNG HTML and XML Reports Example
In this article, we will go through the TestNG HTML and XML reports. We will be doing the following: Start…
Read More » -
TestNG Parameters Annotation Example
A TestNG based test method is like any other java method and is allowed to have parameters. @Parameters is the TestNG annotation…
Read More » -
TestNG Selenium Integration Example
In this article, I am going to show you an example of TestNG and Selenium integration. Let me first brief…
Read More » -
TestNG Maven Project Example
In this article, I am going to show how to setup a Maven based project and run the TestNG tests.…
Read More » -
TestNG Spring Integration Example
In this article, we will go through a few examples of TestNG and spring integration. Before we start with the examples,…
Read More » -
TestNG Listeners Example
This article aims to introduce you to TestNG listeners and show you an example for each of the listeners. In…
Read More » -
TestNG beforeSuite Example
In this article, we will show you how to use the TestNG @BeforeSuite annotation. If you have used JUnit annotations,…
Read More » -
TestNG beforeMethod Example
In this article, I will show you an example of TestNG @BeforeMethod. This is one of the annotations provided by…
Read More »
- 1
- 2