TestNG

TestNG is an open-source testing framework. Here, we have compiled all the tutorial posts that cover the different features of TestNG – data-driven testing implementation, parameterization support, different utility annotations, and test case grouping that aid in creating robust and powerful testing frameworks.

Memory Units of Computer

Memory Units of Computer

The computer memory stores data and instructions for the CPU to retrieve access quickly. The computer won’t function properly without a memory. It has two ...
Read more

Latest on TestNG

TestNG Tutorial

TestNG Tutorial

Photo of author

By Kuldeep Rana

TestNG is one of the most widely used open-source testing frameworks. In this tutorial, we will learn about different features of testNG – data driven ...

soft assertion in TestNG

Soft Assertion in TestNG

Photo of author

By Kuldeep Rana

Assertions in our test suites are required to validate the actual result with the expected result. The Assert class provided by TestNG provides a form of hard ...

Test priority in TestNG

Priority in TestNG

Photo of author

By Kuldeep Rana

In automation, many times we are required to configure our test suite to run test methods in a specific order or we have to give ...

Dependency in Testng

Dependency in TestNG

Photo of author

By Kuldeep Rana

As a rule of thumb, each test method must be independent of other i.e. result or execution of one test method must not affect the ...

Rerun failed tests

Rerun Failed Tests in TestNG

Photo of author

By Kuldeep Rana

In this post, we will learn to rerun failed test cases using TestNG. We will explore the two approaches to achieve this, namely – using ...

TestNG Annotations

TestNG Annotations

Photo of author

By Kuldeep Rana

In this tutorial, we will be studying all the annotations of TestNG along with the different attributes supported. An annotation is a tag or metadata that ...

Selenium with Java Example

Selenium with Java Example

Photo of author

By Kuldeep Rana

Test automation requires a tool that can automate the application, a testing tool or library that provides various capabilities like – test result reports, a ...

what is testng

TestNG Introduction

Photo of author

By Kuldeep Rana

In this post, we will be studying – What is TestNG? It is a widely used testing framework. It supports all levels of testing from ...