Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting list of tests from Test Explorer in VS

This is kind of a "high level"/simple question. I'm trying to get just a list of all the tests that are populated in my Test Explorer in VS2012. I'd like to compare it to a list of tests and I was wondering if there is any way to just get all the names out of the Test Explorer, like a copy/paste, export to csv or anything of that nature.

like image 715
jacksonSD Avatar asked Jul 22 '14 21:07

jacksonSD


1 Answers

Select all tests in Test Explorer and add them to a playlist file. Playlist feature needs VS 2012 Update 2. See http://msdn.microsoft.com/en-us/library/hh270865.aspx#BKMK_Create_custom_playlists

like image 66
Arun M Avatar answered Oct 10 '22 22:10

Arun M