I have a question that as yet no one has been able to give me a good answer for.
We have some specflow tests that use selenium to test our web application (SPA), which are included in the build definition for TFS so that they run with the build.
The tests run against a website that has the address specified in the web.config. I think that this means the solution is built and then the tests are run against the url specified in the config file which means its actually testing the last deployed version of the website? Is this right and is there a way of deploying the site and then having the specflow tests run against it?
Whats the best practice here please, thanks.