Tag «how to test fast»

What is a Test Pyramid?

Test Pyramid is a model for organizing tests in a way to make the process of testing faster, efficient and cost-effective. This model focusses on getting maximum functional testing getting covered by faster and less brittle tests like Unit and API tests. Test Pyramid model says: Have maximum functionality tested by unit tests Have more …