TestNG Tutorial

TestNG Tutorial

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

Read more

Soft Assertion in TestNG

soft assertion in TestNG

Assertions in our test suites are required to validate the actual result with the expected result. The Assert class provided by TestNG …

Read more

Priority in TestNG

Test priority in TestNG

In automation, many times we are required to configure our test suite to run test methods in a specific order …

Read more

TestNG Annotations

TestNG Annotations

In this tutorial, we will be studying all the annotations of TestNG along with the different attributes supported. An annotation is …

Read more