I recently joined a new project, and unfortunately, it’s riddled with bugs, leaving customers frustrated despite the significant budget we’ve allocated for testing. I suspect that our test pyramid might not be well-balanced. I know we have some tests in place, including unit tests, automated integration tests, and manual end-to-end (E2E) tests. However, I’m trying to figure out how to assess whether our test pyramid is properly structured for this project. Any advice on how to evaluate this?
Source: Read More