Installing TestNG in Eclipse
Open your Eclipse and go to Help-> Install New Software
URL: http://beust.com/eclipse/
NAME: TestNG
Post installation of TestNG, You have to add it to the project that you are working. Go to buildpath and add the TestNg library to the project.
After doing this, you can see the TestNG in referenced libraries section for the project. Now create a new package called "seleniumWithTestNG" in this package we are going to code all our TestNG codes.
Hope you are done with the installations. If you have any doubts or issues, you can comment using the plus mark apeearing on the right side. We will start coding from the next chapter. Good luck!