The purpose of this post is to help beginners (new users to Selenium RC) help setting up Selenium RC with TestNG using Eclipse.
I am assuming that you have done the following steps:
Download and install Eclipse from www.eclipse.org
Download the latest TestNG from www.testng.org
Download Selenium RC from www.openqa.org
Install TestNG plugin for eclipse from http://testng.org/doc/download.html or follow TestNG plugin for eclipse from my article
Please follow the following step by step instructions to setup the test environment:
java -jar selenium-server-x.xx.x.jar
(see Running Selenium Server)
For more details please go through my post Getting started with Selenium RC (selenium 1) with TestNG