Exploring testing together
Be a one-shop-stop for all kinds of tests.
- Unit tests (with and without mocks)
- API end-2-end tests
- Integration/Functional/UI/Performance
This is a basic N-tier web and UWP solution that most developers are probably used to. It relies heavily on the usage of dependency injection by using constructor injection with interfaces.
Later it might be interesting to have a testing demo using Clean/Onion Architecture