1.

What is Test Pyramid?

Answer»

Test Pyramid CONCEPT was given MIKE Cohn.  Its essential POINT is that you should have many more low-LEVEL unit tests than high level end-to-end tests running through a GUI. A test pyramid depicts the PROPORTION of what number of unit tests, reconciliation tests and E2E test you ought to compose.



Discussion

No Comment Found