And that’s OK — I recently had the opportunity to reflect on testing practices — in particular, the different layers of testing (unit testing, integration testing, acceptance testing). The test pyramid suggests that each level has an associated cost. The cost of your tests then translates to the pace at which you can make…