Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 2.19 KB

README.md

File metadata and controls

54 lines (29 loc) · 2.19 KB

Workshop Unit Testing

Prerequisites

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.

Automatic Regression Testing

Lab

You can start with the lab by clicking on this link.

Exercise

You can create an Azure Devops Organization for free. Click here to start free.