Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 614 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 614 Bytes

Testing

Exploring testing together

Goals

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

About the solution

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