TestNG
TestNG is a testing framework for Java applications that is similar to JUnit, but provides additional features and functionality. TestNG provides a way to write and run automated tests, but also includes features such as data-driven testing, parallel test execution, and flexible test configuration. TestNG is designed to be more flexible and powerful than JUnit, making it a popular choice for Java developers who need to test complex and large applications.
Recommended article:
Spring Boot + TestNG. How to get started
Posts about TestNG
AssertJ custom messages
Make your test failures more readable and informative with AssertJ custom messages
March 01, 2018
|
AssertJ
|
TestNG
REST API client for TestNG and Spring Boot using Apache Http Components. Part 2
Create Service Client for Test Framework for REST API with TestNG and Spring Boot using previously created Http Client
February 26, 2018
|
HTTP
|
TestNG
|
Spring Boot
|
Java
REST API client for TestNG and Spring Boot using Apache Http Components. Part 1
Create Http Client for Test Framework for REST API with TestNG and Spring Boot using Apache Http Client
February 21, 2018
|
HTTP
|
TestNG
|
Spring Boot
|
Java
How to skip TestNG tests based on condition
Using IInvokedMethodListener for conditional skipping TestNG tests
February 14, 2018
|
TestNG
TestNG BeforeMethod groups issue
TestNG BeforeMethod is not working with groups by default (BeforeMethod is not called). Here is how to make it work
December 20, 2017
|
TestNG
How to get test data in TestNG tests from external file with Spring Boot
How to get started with using test data stored in an external file with Spring Boot in TestNG tests
December 18, 2017
|
Spring Boot
|
TestNG
|
Java
Spring Boot application.properties + TestNG tests
Spring Boot application.properties + TestNG tests. How to read parameters from application.properties file with @Value. TestNG example
December 14, 2017
|
Spring Boot
|
TestNG
|
Java
Spring Boot + TestNG. How to get started
How to get started with TestNG and Spring Boot - minimal required code. Create your Spring Boot and TestNG based Test Automation Framework
December 01, 2017
|
Spring Boot
|
TestNG
|
Java
How to re-run failed tests in TestNG
How to re-run failed tests in TestNG using IRetryAnalyzer
November 02, 2017
|
TestNG
|
Java
Spring profiles in TestNG tests, spring.profiles.active
Spring profiles for switching between configurations. Using spring.profiles.active
December 03, 2015
|
Spring Boot
|
TestNG
|
Java