Steps to reproduce: 1. Create a test in Visual Studio. 2. Add a coded step. 3. Run the test. Actual: The test dll is not built automatically and test doesn't execute. Expected: The test dll is built automatically and test is executed. The workaround is to build the test project manually.