
Microsoft Test Platform (MTP) – New Way to Run Unit Tests
MTP is a lightweight alternative to good old VSTest for running unit tests in Visual Studio and CI/CD pipelines. It is an open source project and you can find the code from microsoft/testfx GitHub repository. Is it any good and should you start using it immediately? Well this blog post is here to help you find out.
General Testing Component Structure
Before we start looking more into MTP we need …
