karthika

What is TestNG?

Before we look into TestNG Tutorial, we should know what is TestNG?TestNG is an unit testing framework similar to Junit. TestNG is used by the developers for their development activities and perform Unit Testing before promoting the build from Development …

Read more

How to create First TestNG script in Eclipse

To work with TestNG, we need to configure the TestNG with Eclipse. Steps to create a TestNG Project in Eclipse :1.Goto Eclipse2.Select File –> New –>Java Project TestNG-Project-Creation-In-Eclipse3.Give the name of the project as TestNGDemo TestNG-Project-Name-Declaration Click Finish button. TestNG-Project-Next-Button …

Read more