Timeless
Timeless

Reputation: 39

Saving tests in Visual Studio 2012

I'm running VS 2012 on Windows 7 and have run several tests using the native Test Explorer (all code is in C#). Some tests passed, some failed and some were skipped. How do I save the test results so I can retrieve them later and how do I compile (or export) a list of tests that passed so I can send these to my manager? I was unable to find answers to these online. Thanks.

Upvotes: 1

Views: 478

Answers (1)

Axel
Axel

Reputation: 68

You should be able to use the Export Test Run Results-feature in Visual Studio.

Upvotes: 1

Related Questions