We currently use TeamCity as our continuous intergration server. We are running our functional tests using the ArtOfTestRunner and Test Lists (aiilist). I find it a huge shortcoming that I can not tell the ArtOfTestRunner what "exe" it will be testing against on the command line. We've tried using Environment variables as a work around and those failed as well. When we set the environment variables locally, it works fine, but when we have TC set the environment variables, the teststudio test runner fails to find the application. So now we have to "Hard code" the path to the exe in the tests. This is not viable in the long run as those paths will likely change in a continuous integration environment.
How can we get ArtOfTestRunner to test wpf applications who's paths are set at runtime? This should have been a minimum feature requirement.
How can we get ArtOfTestRunner to test wpf applications who's paths are set at runtime? This should have been a minimum feature requirement.