1 add reference of the client,execute the server jar of the server
2 set the project debug property as NUnit.exe
3 the browser use
setup at the default place
selenium = new DefaultSelenium("localhost", 4444, "*iexploreproxy",url like "http://seleniumhq.org/");
setup not at the default place
selenium = new DefaultSelenium("localhost", 4444, "*firefox3 E:\\Program Files\\Mozilla Firefox\\firefox.exe", url);
4 SetSpeed() delay after every action
The project is create in classLibary,so it need NUnit.If It is in TestObject ,we may use TestView.
http://www.oracle.com/technetwork/java/javase/downloads/index.html