Models of test automation: Pyramid and Ice Cream Cone

Pyramid test automation model:

- few manual tests

- some UI automated tests

- many service/integration automated tests

- lots of unit tests



Ice cream cone test automation model:

- lots of manual tests

- many UI automated tests

- some integration tests

- few unit tests

Share this