Unit testing

When developing unit tests, C# developers, typically, leverage one of the unit testing frameworks, such as NUnit, XUnit, or MSTest. Testing frameworks make it easy to perform common tasks such as creating new tests, running groups of tests, and reviewing the test run summary.

This book will leverage MSTest, which is fully integrated with Visual Studio.

Get Serverless computing in Azure with .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.