new module : Testing in C# using Visual Studio

This post has been republished via RSS; it originally appeared at: Microsoft Tech Community - Latest Blogs - .

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

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.