نسخه دوم فریم‌ورک MSTest سورس باز شد
301, MovedPermanently
https://blogs.msdn.microsoft.com/visualstudioalm/2017/04/05/mstest-v2-is-open-source/ icon

As promised , we announced the open sourcing of MSTest Test Framework “MSTest V2”. The community now has a fully supported, open source, cross-platform implementation of the MSTest V2 portfolio with which to write tests targeting .NET Framework, .NET Core and ASP.NET Core on Windows, Linux, and Mac. 

نسخه دوم فریم‌ورک MSTest سورس باز شد
فعال سازی تست اتماتیک در ویژوال استودیو
301, MovedPermanently
http://www.omidnasri.com/articles/Automatically-Running-Unit-Test-After-Build-Success-in-Visual-Studio icon

پنجره VS Test Explorer یکی دیگر از ابزارهای مفید است که به منظور اجرا، مانیتور، دسته بندی، فیلتر و مدیریت تست‌های واحد کاربرد دارد، همچنین با استفاده از این پنجره قادر به اجرا و مشاهده کلیه تست‌های نوشته شده در سطح پروژه به صورت دستی پرداخت...

فعال سازی تست اتماتیک در ویژوال استودیو
سکوی کاری آزمون‌های واحد ویژوال استودیو سورس باز شد
301, MovedPermanently
https://blogs.msdn.microsoft.com/bharry/2017/01/20/open-sourcing-the-vs-test-platform/ icon

VSTest is a very extensible unit test execution framework.  The base engine, discovers tests and runs them.  It can parallelize across cores, provides process isolation and can integrate with Visual Studio.  It has extensibility for different test frameworks, code coverage, test impact analysis, data collection, test result reporting and much more. 

سکوی کاری آزمون‌های واحد ویژوال استودیو سورس باز شد
Unit Testing در AngularJS
200, OK
https://docs.angularjs.org/guide/unit-testing icon

JavaScript is a dynamically typed language which comes with great power of expression, but it also comes with almost no help from the compiler. For this reason we feel very strongly that any code written in JavaScript needs to come with a strong set of tests. We have built many features into Angular which make testing your Angular applications easy. With Angular, there is no excuse for not testing. 

Unit Testing در AngularJS