现在的位置: 首页 > 综合 > 正文

Selenium/vs2008/NUnit for software test automation

2012年02月14日 ⁄ 综合 ⁄ 共 492字 ⁄ 字号 评论关闭

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.
           

抱歉!评论已关闭.