Architecture in testing

tags:  tests

TBD

Context

TODO Find a way to define a workable and possible ways to architecture the tests in a large scale webapp.

  • Differenciate use cases for Unit tests, Componen tests, Integration tests (E2E tests with fixture APIs) and E2E tests.
  • How to check if there are enough use cases to ensure a way to predict bugs and errors in the application (code coverage, paths to check) while not having a bloated test suite.

References