TestNG Tutorial #14 – How to Pass Parameter from TestNG.xml File

In this TestNG tutorial we will learn How to Pass Parameter from TestNG.xml File. We will learn step by step how to define the parameters in the testng.xml file and then reference those parameters in your test case files.

TestNG Tutorial #7 – How to Create Test Suite in TestNG

In this TestNG tutorial we will learn how to create test suite in TestNG testing framework.

TestNG testing framework provides TestNG.xml file which is utilized to categorize your test cases into different categories or Test Suites like regression, functional, Smoke, BVT etc.