-
TestNG
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
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
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
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
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
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
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
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 » -
TestNG
TestNG DataProvider Example
In this article, I am going to show you some examples of DataProvider. It is one of the methods used…
Read More » -
TestNG
TestNG beforeTest example
In this article, I will show you an example of the TestNG @beforeTest annotation. In TestNG, you can configure your…
Read More »