Tag: testing pyramid


  • How to Build a Testing Pyramid

    How to Build a Testing Pyramid

    The concept of testing pyramid is really all about balancing between different types of tests and  different levels of testing. The ultimate goal here is to make sure the tests are executed quickly, locate the failure as soon as possible, debug, and move on. If we manage to achieve this, we are going to gain more…