I have a solution with a web application and a test project. In the test application, the ui tests of the web application were programmed. How can I run a web application when running tests?
I tried
I thought that maybe I just started IIS in the background and pointed it to a specific folder. Then deploy the web application to this folder. And let the test project be tested on IIS.
It seems like a lot of work. There should be an easier way. I want to do this on several development machines, as well as on a TFS build machine through planned or continuous integration.
Any thoughts?
thank
- ( ) IIS. 3 4 . . , IIS. , -.
, IIS, .
- ( , ), / . BrowserWindow.Launch( "localhost: appPort/whateverPageToStartOn" ); appPort - IIS.
TFS, , , . (dev, test, prod, whatever) . Microsoft Test Manager (MTM) , .