Member-only story
Why I Prefer an On-Premises Continuous Testing Lab Over the Cloud? — Part C: Superior Performance
Performance matters a lot to executing Automated End-to-End tests, another strong reason to go for on-premise.
4 min readJun 4, 2025
In this article series:
- Part A: Introduction
- Part B: Significant Cost Savings
- Part C: Superior Performance
- Part D: Higher Reliability (upcoming …)
- Part E: Greater Flexibility
- Part F: Easier Implementation Than Most Thought
- Part G: Security Concerns
- Part H: Advice and FAQ
The speed of E2E test automation is crucial in Continuous Testing, as it directly impacts efficiency. However, some people mistakenly associate Continuous Testing (CT) only with the execution of unit tests during Continuous Integration (CI). To clarify, here’s a rough, illustrative formula (though not precise) that highlights the difference in typical test execution times: go up ~20x factor each level.
Unit Test: 0.01 second
Integration Test: 0.5 second
End-to-End Test: 20 second