CodedUI tests - start a browser once for the entire set of tests

前端 未结 2 2159
渐次进展
渐次进展 2021-02-13 07:20

I\'m writing some codedUI tests in VS2010 to test a web application. I\'d like to be able to open the browser once for the entire set of tests in the solution a

2条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-13 07:56

     BrowserWindow uatwebjetcomauBrowser = BrowserWindow.Launch(new System.Uri(this.LaunchBrowserParams.Url));
    

提交回复
热议问题