Is it possible to use the new features of Visual Studio 2012 Update 1 to group unit tests by class name?
I know this wasn’t possible in the original release, but, it looks like some enhancements were made to the Test Explorer in Update 1. I see there is now an option to group by project. I also see that I can add custom traits to accomplish a similar grouping.
However, I was hoping there was an easy way to group by class name (without adding trait attributes to all of our tests). Any ideas ?
Unfortunately, Group by Class didn’t make the Update 1. Stay tuned for CTP of Update 2.