Introduction

Here's the typical testing pyramid - it basically shows that there'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.

  • No labels