Vahidalizadeh7070 / UnitTestingMedium_XUnit

This repo contains xUnit project and .NET web API to test the API based on the best practices of unit testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit testing based on xUnit in .NET

This repo will delve into the critical practice of unit testing in software development and explore the benefits it brings to the implementation process. We’ll leverage the power of xUnit, a testing framework for .NET technology, to rigorously test our services. While this article offers a straightforward approach, it does not delve into the complexities of test-driven design. For a visual walkthrough, the YouTube video is available, and the code is accessible on GitHub. Let’s begin the journey of enhancing code quality through effective testing.

Meidum

https://medium.com/@vahidalizadeh1990/unit-testing-based-on-xunit-in-net-2da600aa625e

YouTube

https://youtu.be/jKDxj8riROU

About

This repo contains xUnit project and .NET web API to test the API based on the best practices of unit testing


Languages

Language:C# 100.0%