TestNG

Home/Tag: TestNG

How to Delete TestNG Plugin from Eclipse?

2016-08-12T16:42:16+05:30

TestNG framework eases the testing need, which involves testing each class separately as well as testing the entire system as a whole. TestNG can be used as a Plug-in in eclipse,

How to Delete TestNG Plugin from Eclipse?2016-08-12T16:42:16+05:30

How to Install TestNG in Eclipse?

2016-05-12T07:24:06+05:30

1. Install and open Eclipse. 2. Locate ‘Help’ option on the menu bar and click it. 3. Select the option ‘Install New Software’, as shown below. 4. Click the ‘Add’ button

How to Install TestNG in Eclipse?2016-05-12T07:24:06+05:30

Different Types of Listeners in TestNG

2015-12-23T03:31:47+05:30

TestNG reporting tool is of the most common and frequently used tool with Selenium Webdriver. So, every tester must have a detailed knowledge about this tool. TestNG report can be customized

Different Types of Listeners in TestNG2015-12-23T03:31:47+05:30

Parameterization in TestNG

2015-11-13T06:08:25+05:30

Parameterization is important in iterating same test with different kinds of data set while executing automation script. Parameterization in testing is achieved using two methods: Using testing.xml file Using DataProviders Parameterization

Parameterization in TestNG2015-11-13T06:08:25+05:30
Go to Top