Calculate concurrent users for load tests

Load Testing Website Speed Testing.

Calculate concurrent users for load tests

4 minutes readKey takeaways Concurrent, simultaneous and active users are three different numbers, and mixing them invalidates the test. Derive concurrency from real traffic data: sessions, duration and think time. Round up and test beyond your estimate. Launch traffic rarely matches the forecast. When you’re gearing up for a big launch—be it a product update, marketing campaign,… Read more »

What is the Hardest Part of Load/Performance Testing?

Load Testing Test Automation.

What is the Hardest Part of Load/Performance Testing?

6 minutes readKey takeaways The hard part is realism: matching real user behaviour, data and think time. Infrastructure parity is the second problem, since a smaller environment fails differently. Generating load is the easy bit. Deciding what the numbers mean is where the work is. Load and performance testing are critical aspects of ensuring that web applications… Read more »

Integrating LoadFocus API with GitHub Actions

Cloud Testing Load Testing.

Integrating LoadFocus API with GitHub Actions

4 minutes readKey takeaways A GitHub Actions job can run a load test on every merge and fail the workflow on a regression. Store credentials as encrypted secrets and reference them, never inline. Keep the per-merge test short and schedule the longer one separately. Understanding Performance Testing in Modern CI/CD Pipelines What is CI/CD Performance Testing? Conventional… Read more »