I'm trying to set up a test project for my ASP website. For some tests I want to use selenium to perform end-to-end tests.
Therefor my website has to be running so the tests can access the site.
How can I start my website project when I run tests?
I'm trying to set up a test project for my ASP website. For some tests I want to use selenium to perform end-to-end tests.
Therefor my website has to be running so the tests can access the site.
How can I start my website project when I run tests?
Please reference the following links. I believe it is possible, but will be a little tricky. These are detailed and provide information on doing this programmatically.
Starting and stopping IIS Express programmatically