Project compilation fails with errors while running the test within a test list.
Steps to reproduce:
1. Create a test.
2. Add a coded step with Manager.Desktop.KeyBoard.SendString("test"); code.
3. Create a test list and add the test in it.
4. Run the test.
Actual: The compilation error message appears even that there are no errors, only warnings.
Expected: The test list should be executed.