Selenium/vs2008/NUnit for software test automation

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.
           

原文地址:https://www.cnblogs.com/ai464068163/p/1788561.html