Improvement in the Test Explorer for Visual Studio v15.7

The next Visual Studio update (v15.7) will include an improvement in the Visual Studio Test Explorer that will allow us to see the best organized tests. So far we are seeing them like this:



And with the improvement we can see them organized in a hierarchical way, grouped by project, namespace, class and method. This will also facilitate the execution of a set of specific tests (for example if we only want to launch those of a specific class). This is how the explorer test will look in future versions:




Although in Visual Studio the test categories already existed (https://msdn.microsoft.com/en-us/library/dd286683.aspx), it is good news that by default we are grouped together in a much more practical way.


This information is based on the article https://blogs.msdn.microsoft.com/visualstudio/2018/03/21/visual-studio-2017-version-15-7-preview-2/ and since it is not a version in production, you might experience some changes.


Happy coding!!

Comments

Popular posts from this blog

React Rally 2019

Debugging faster in Local IIS with Visual Studio

Building Micro-Frontends with Single-Spa