This post is part of a series on functional testing using the test pyramid. For New Code New code has unit tests added as…
Category
QA
QA
End-to-End Testing

Also called “system” testing. This post is part of a series on functional testing using the test pyramid. Purposes Verifies the key customer experiences…
QA
Integration Testing

This post is part of a series on functional testing using the test pyramid. Purposes Verifies that components or microservices within a service or…
Architecture
Unit Testing in the test pyramid

This post is part of a series on functional testing using the test pyramid. Purposes of unit testing Documentation: Defines the behavior of the…