Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here's the typical testing pyramid - it basically shows that UI tests will not replace any other tests (manual tests or Acceptance/Integration tests) but will complete our test setupthere's different layers of tests and that in lower layers one should have most tests and hence the biggest coverage. On the very top - the manual tests - should be very minimal.