Export to Visual Studio
You can export your test project from the Standalone version to Visual Studio for direct use. Once you choose the scripting language, the test project will be saved in the appropriate Visual Studio format in the project folder. Your developer colleague can take the project and further customize the tests in Visual Studio.
Note: If you simply wish to execute tests from the command line, this process is not necessary. See the article on Build Server Test Execution. - Click the Main Menu button and select Export to Visual Studio.

- Choose Visual Studio 2012, 2010 or 2008.

- Choose the scripting language: C# or Visual Basic.

- Choose whether to immediately load this project in Visual Studio.

- If you choose No, open the test project later by locating the .csproj or .vbproj file in the project folder.
