new module : Testing in C# using Visual Studio
Published Oct 05 2021 03:09 PM 4,764 Views
Microsoft

Testing is an important part of shipping and maintaining an application. 

 

To really make writing and running tests a part of your everyday workflow, it needs to be easy to author and run tests. Not only that, but it also needs to be fast. One of the great features of Visual Studio is its ability to support different test frameworks but also the tooling around authoring and running tests.

 

In this module, you'll do the following:

 

  • Write a test: Learn the basic parts of writing a test and use test projects that reference your product code.
  • Use Visual Studio to run and debug your tests: See the output of your tests and interact with a whole suite of tests.
  • Sharpen your test-writing skills: Use Fluent Assertions, data-driven tests, and mocking to expand your testing skills.

Link to module: https://docs.microsoft.com/en-us/learn/modules/visual-studio-test-tools/1-introduction 

vs-testing.png

Co-Authors
Version history
Last update:
‎Oct 05 2021 03:09 PM
Updated by: