VS 2010 introduced a surprise for us – the deployment feature is disabled by default. Let me explain with this post how this hits everyone running coded tests and how to resolve the problem.
Here is a common scenario one can hit the problem with:
1. Add and record a WebUI Test Studio test in Visual Studio 2010.
2. Convert a step to code.
3. Go to Test View and run the test – you may get an error similar to the following one:
As you may note VS looks for the .dll in the TestResults and it’s Out ...