In Visual Studio 2010, I could able to export/import "test run result"
How can i do it in Visual Studio 2012?
You cannot export test results using VS2012 today. The available alternatives are a) copy-paste the content of the test explorer into notepad b) run your tests via vstest.console.exe on the commandline using the /logger:trx flag to generate a .trx file.
Once you have a .trx file it continues to be a valid file in VS and you will see your results in the Test Results window.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With