Skip to main content

Types

Exists 3 types of tests:

TestingTypesPicture The size of the floor of the pyramid is proportional to the amount of tests to develop due to the cost of developing them

Consider using custom extension to each type of test:

For units: unit-test

For integration: int-test

For e2e tests: e2e-test

Up to know we are going to focus on unit and on integration tests because e2e are covered by QA area with automatization.