Download and install Visual Studio 2019 version 16.3 or higher with the .NET Core cross-platform development workload (in the Other Toolsets section) selected.
Examples with Test Doubles
All examples are available in the solution (sln) behind this folder.
Demo about Test Frameworks
We will start with the demo by opening the solution (sln) in this folder. The result with all code snippets we will add during the demo is available in this folder.
Exercise on Best Practices
Start with the exercise by opening the solution (sln) in this folder.
Finished the exercise?
Click here to take a look at our solution.
Exercise on TDD (Test Driven Development)
Start with the KATA by opening the powerpoint (pptx) on your desktop.
Exercise on BDD (Behavior Driven Development)
Start with the exercise by opening the solution (sln) in this folder.
Finished the exercise?
Click here to take a look at our solution.
Demo about Code Coverage
The code coverage feature is only available in Visual Studio Enterprise edition.
We will start with the demo by opening the solution (sln) in this folder. The result with all code snippets we will add during the demo is available in this folder.
You can start with the lab by clicking on this link.
You can create an Azure Devops Organization for free. Click here to start free.
- For help on code coverage with coverlet click here.
- For help on code coverage policies click here