{"id":25435,"date":"2017-02-12T23:24:47","date_gmt":"2017-02-13T06:24:47","guid":{"rendered":"https:\/\/blogs.msdn.microsoft.com\/visualstudioalm\/?p=25435"},"modified":"2019-02-14T15:55:50","modified_gmt":"2019-02-14T23:55:50","slug":"evolving-the-visual-studio-test-platform-part-4-together-in-the-open","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/devops\/evolving-the-visual-studio-test-platform-part-4-together-in-the-open\/","title":{"rendered":"Evolving the Visual Studio Test Platform &#8211; Part 4: Together, in the Open"},"content":{"rendered":"<p>[This is the 4th post in a 4-part series on evolving the Visual Studio Test Platform. You can read the earlier parts here:\n<a href=\"https:\/\/blogs.msdn.microsoft.com\/visualstudioalm\/2016\/11\/29\/evolving-the-test-platform-part-3-net-core-convergence-and-cross-plat\/\"> Evolving the Visual Studio Test Platform \u2013 Part 3<\/a>,\n<a href=\"https:\/\/blogs.msdn.microsoft.com\/visualstudioalm\/2016\/08\/05\/evolving-the-visual-studio-test-platform-part-2\/\">Evolving the Visual Studio Test Platform \u2013 Part 2<\/a>,\n<a href=\"https:\/\/blogs.msdn.microsoft.com\/visualstudioalm\/2016\/07\/25\/evolving-the-visual-studio-test-platform-part-1\/\">Evolving the Visual Studio Test Platform \u2013 Part 1<\/a>]<\/p>\n<p>The Test Platform is where it is at thanks to its community &#8211; a community of adapter writers, test framework writers, extension writers, and application developers, working on platforms ranging from .NET to C++ to JavaScript. The Test Platform has grown to serve a diverse and complex range of <a href=\"https:\/\/blogs.msdn.microsoft.com\/visualstudioalm\/2016\/07\/25\/evolving-the-visual-studio-test-platform-part-1\/\">lifecycle-requirements<\/a> and is now at a point where it is vital to enable this community to define and shape its evolution.<\/p>\n<h3>Open Sourcing of the Test Platform<\/h3>\n<p>Three weeks ago,\u00a0we <a href=\"https:\/\/blogs.msdn.microsoft.com\/bharry\/2017\/01\/20\/open-sourcing-the-vs-test-platform\/\">announced<\/a> open sourcing the Test Platform. We have\u00a0released the sources under the MIT open source license. We have\u00a0published the public repositories on GitHub where the project is hosted:\n<a href=\"https:\/\/github.com\/Microsoft\/vstest\">https:\/\/github.com\/Microsoft\/vstest<\/a>, and\n<a href=\"https:\/\/github.com\/Microsoft\/vstest-docs\">https:\/\/github.com\/Microsoft\/vstest-docs<\/a>.\nThe repos include the complete implementation of the test platform. These are fully open and ready to accept contributions. Over the next several weeks and months we will continue to transfer source and documentation into the repositories and likewise make it open for contributions.<\/p>\n<h3>What does this open sourcing mean?<\/h3>\n<p>This open source announcement means that the community\u00a0now has\u00a0a fully supported, fully open source, fully cross-platform Test Platform to power tests &#8211; including all elements of the lifecycle from the runner to discover and execute tests, all the way to the extensibility model.<\/p>\n<h3>Our &#8220;Modernizing the Test Platform&#8221; journey<\/h3>\n<p>This is not just a one-off event. Rather, it should be seen in the larger context of our steps to modernize the test platform as a whole.<\/p>\n<p>We started by taking a hard look at the MSTest test framework, and how to move that user base forward. Thus, with <a href=\"https:\/\/blogs.msdn.microsoft.com\/visualstudioalm\/2016\/06\/17\/taking-the-mstest-framework-forward-with-mstest-v2\/\">MSTest V2<\/a> we introduced <a href=\"https:\/\/blogs.msdn.microsoft.com\/visualstudioalm\/2016\/09\/01\/announcing-mstest-v2-framework-support-for-net-core-1-0-rtm\/\">support for ASP.NET Core and .NET Core<\/a>, <a href=\"https:\/\/blogs.msdn.microsoft.com\/visualstudioalm\/2016\/06\/17\/taking-the-mstest-framework-forward-with-mstest-v2\/\">added several important and much asked-for features<\/a>, <a href=\"https:\/\/www.nuget.org\/packages\/MSTest.TestFramework\/\">published the bits to NuGet<\/a>, updated the Unit Test project templates to reference MSTest V2 starting VS &#8220;15&#8221; Preview 4, updated the Create Unit Test wizard and the Create IntelliTest wizards to support MSTest V2, and have since been updating the NuGet packages regularly \u2013 it\u2019s just about 8 months since launch and we have updated the packaged 8 times already.<\/p>\n<p>We added <a href=\"https:\/\/blogs.msdn.microsoft.com\/visualstudioalm\/2016\/10\/10\/parallel-test-execution\/\">Parallel Test Execution<\/a> and <a href=\"https:\/\/blogs.msdn.microsoft.com\/visualstudioalm\/2016\/08\/05\/evolving-the-visual-studio-test-platform-part-2\/\">several other features spanning the entire lifecycle<\/a>. We added testing <a href=\"https:\/\/blogs.msdn.microsoft.com\/visualstudioalm\/2016\/11\/29\/evolving-the-test-platform-part-3-net-core-convergence-and-cross-plat\/\">support\u00a0for\u00a0.NET Core<\/a>.\u00a0The &#8220;dotnet test&#8221; and the &#8220;dotnet vstest&#8221; commands are now powered by the test platform.<\/p>\n<p>At one level, this means that you can now carry forward the testing experience and assets that you are used to on the desktop (with vstest.console.exe)\u00a0&#8211; at another level, this means that the underlying testing infrastructure is now cross platform \u2013 you can carry forward the testing experience that you were used to on the desktop to .NET Core, and not only on Windows but cross platform too (Linux\/Mac).<\/p>\n<h3>Collaborative innovation, transparent development<\/h3>\n<p>This moment is not only about sharing the sources under some license, either. We will engage in transparent development. Towards that, we will share, make visible, and collaborate on <a href=\"https:\/\/github.com\/Microsoft\/vstest\/issues\">issues<\/a>, <a href=\"https:\/\/github.com\/Microsoft\/vstest\">implementation<\/a> and our <a href=\"https:\/\/github.com\/Microsoft\/vstest-docs\/blob\/master\/roadmap.md\">roadmap<\/a>.<\/p>\n<p>What we hope for in return is your continued support and participation in collaborative innovation.<\/p>\n<h3>Summary<\/h3>\n<p>We look at this step of open sourcing the test platform as\u00a0a prerequisite to unlock collaborative innovation. It is only through our combined expertise &#8211; as a community &#8211; that the test platform can be taken to the next level of success and applicability.<\/p>\n<p>Here is looking forward to our collaboration. Come, let us grow the test platform, together, in the open.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[This is the 4th post in a 4-part series on evolving the Visual Studio Test Platform. You can read the earlier parts here: Evolving the Visual Studio Test Platform \u2013 Part 3, Evolving the Visual Studio Test Platform \u2013 Part 2, Evolving the Visual Studio Test Platform \u2013 Part 1] The Test Platform is where [&hellip;]<\/p>\n","protected":false},"author":765,"featured_media":45953,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[226,1,252],"tags":[],"class_list":["post-25435","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ci","category-devops","category-testing"],"acf":[],"blog_post_summary":"<p>[This is the 4th post in a 4-part series on evolving the Visual Studio Test Platform. You can read the earlier parts here: Evolving the Visual Studio Test Platform \u2013 Part 3, Evolving the Visual Studio Test Platform \u2013 Part 2, Evolving the Visual Studio Test Platform \u2013 Part 1] The Test Platform is where [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/posts\/25435","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/users\/765"}],"replies":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/comments?post=25435"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/posts\/25435\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/media\/45953"}],"wp:attachment":[{"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/media?parent=25435"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/categories?post=25435"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/devops\/wp-json\/wp\/v2\/tags?post=25435"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}