Running automated tests is a good thing for software quality assurance. Now you have to understand the results of the current test run. You could also be interested to see how your tests results ...
https://www.softwaretestingmagazine.com/tools/open-source-test-reporting-tools/
This presentation shows how you can take advantage of the most recent additional to the unit testing tools in Visual Studio to build more reliable apps. Besides Visual Studio own tools, you can a...
https://www.softwaretestingmagazine.com/videos/software-testing-tools-in-visual-studio/
xUnit.net is an open source unit testing tool for the .NET Framework. Written by the original inventor of NUnit v2, xUnit.net is the latest technology for unit testing C#, F#, VB.NET and other .N...
https://www.softwaretestingmagazine.com/videos/unit-testing-with-xunit/
Part of the .NET Foundation, xUnit.net is an open source unit testing tool for the .NET Framework (C#, F#, VB.NET, etc). xUnit.net works with ReSharper, CodeRush, TestDriven.NET and Xamarin. In t...
https://www.softwaretestingmagazine.com/videos/unit-testing-in-c-using-xunit/
Behavior-Driven Development (BDD) is an Agile approach that mixes requirement gathering, documentation and acceptance testing. You write human-readable sentences describing the features of your a...
https://www.softwaretestingmagazine.com/tools/open-source-net-behavior-driven-development-bdd-tools/
Continuous Testing is the process of executing automated tests as part of the software delivery pipeline to obtain immediate feedback on the business risks associated with a software release cand...
https://www.softwaretestingmagazine.com/knowledge/continuous-testing-for-net/
SpecFlow is an open source Behavior-Driven Development (BDD) tool for .NET. SpecFlow uses the official Gherkin parser and supports the .NET framework, Xamarin and Mono. You can use SpecFlow to de...
https://www.softwaretestingmagazine.com/tools/quick-introduction-to-specflow/
Creating good, effective unit tests in .NET can be harder than it seems. In some cases, the code is designed so that isolating one component from another is easy. However, in most other cases, ac...
https://www.softwaretestingmagazine.com/videos/unit-testing-with-microsoft-fakes/