
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Install TestNG in Eclipse Using Selenium
We can install TestNG in Eclipse to create a test automation framework with the help of the following steps −
First, we have to launch the Eclipse editor, click the menu Help, and then choose Eclipse Marketplace.
The Eclipse Marketplace pop-up shall come up, enter TestNG in the search box and click on Go. Once the search result – TestNG for Eclipse gets populated at the top, click on Install.
After some time, the confirm Selected Features window comes up, check the TestNG for Eclipse and proceed.
Choose the radio button - Keep my installation the same, then click on Confirm.
Next, we have to choose the option – I accept the terms of the license agreement and then click on Finish.
Once done, the Eclipse has to be restarted. Now, right-click on a project and verify if TestNG is displayed on the list of options.
In this way, the TestNG installation is done in Eclipse.