Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Visual Studio 2010では、「テスト実行結果」をエクスポート/インポートできました。
Visual Studio 2012でそれを行うにはどうすればよいですか?
現在、VS2012 を使用してテスト結果をエクスポートすることはできません。利用可能な代替手段は、a) テスト エクスプローラーの内容をコピーしてメモ帳に貼り付ける、b) コマンドラインで /logger:trx フラグを使用して vstest.console.exe を介してテストを実行し、.trx ファイルを生成します。
.trx ファイルを取得すると、VS で有効なファイルであり続け、[テスト結果] ウィンドウに結果が表示されます。