DEV Community

Cover image for Introduction to software testing in .NET
Chris Noring for Microsoft Azure

Posted on

Introduction to software testing in .NET

Testing is crucial part of software development. We want to make sure the software we ship is as tested as much as possible. However, there are many ways to test, and the scenario and the application is usually what determines what the best approach is. Upskill your testing knowledge and get a good high-level view of all types of testing that exist, so you are better informed how to approach testing for your next program - cause you do test right?

This module covers:

  • Evaluate if testing is right for your scenarios.
  • Describe how different types of testing, the testing - pyramid, and different testing schools of thought answer the demands of modern development.

Check it out: .NET testing

Top comments (0)