The Test Pyramid and TDD: Tutorial for Beginners using C#.Net

Опубликовано: 10 Апрель 2023
на канале: Foad Alavi
792
30

What is the test Pyramid, and how to write our first TDD application using C# and XUnit.

⏱️⏱️VIDEO CHAPTERS⏱️⏱️
00:00 - Intro
00:37 - Test Pyramid
03:40 - Test Pyramid in the pipeline
04:48 - Unit Test
08:33 - What is TDD
11:31 - Red light KPI
12:30 - First TDD application

🔔 Subscribe for more tips just like this: https://www.youtube.com/@Foad_Alavi?s...

More Description:
This video thoroughly explains unit testing and test-driven development (TDD) and demonstrates how to implement TDD for C# applications using Visual Studio, Xunit, and .Net Core.
You will learn about the different levels of testing in the test pyramid, including static analysis, Unit testing, integration testing, and user acceptance testing. The video also offers tips on writing testable code and following clean code practices.
The second part of the video introduces TDD with xUnit in Visual Studio, where viewers will learn how to write unit tests for a calculator project and follow the AAA (Arrange, Act, Assert) pattern. By the end of the video, you will have a basic understanding of TDD and how to apply it in Visual Studio. This video is handy for beginners who want to learn about TDD and its practical application.

GitHub Repo: https://github.com/foadalavi/Test-Fou...

All About Testing Playlist:    • All About Testing  

#testing #csharp #dotnet #testpyramid