Skip to content

Latest commit

 

History

History
 
 

defining-a-testing-strategy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

How to define a testing strategy

This project demonstrates the 3 types of tests that make up the test pyramid:

  • Unit
  • Integration
  • E2E

And goes over how to form a testing strategy.