< 1 minute readScheduling Load Tests feature is now available on LoadFocus.com. Basically you can create new load tests and schedule them to run every day at a specific time. You can set a Start Date and leave End Data blank for infinite runs. Add an End Date to schedule load tests on specific intervals. run load tests automatically at… Read more »
Posts Categorized: Performance Testing
Run JMeter Distributed Test in the Cloud
3 minutes readHey folks! Let’s talk about cranking up your performance testing game with Apache JMeter, but not just any old way—we’re taking it to the cloud. Distributed testing with JMeter in the cloud is like assembling a team of superheroes from across the globe to test your app’s performance under real-world conditions. Intrigued? Let’s dive in…. Read more »
Measuring Latency for Different Regions of the World
2 minutes readDuring the development of your web application you will encounter the need of finding out the latency times for different regions of the world. Why should I care about this? Imagine that a user is able to access your application from Europe in under 100 ms, but doing the same action from Asia it will have… Read more »
UI and performance testing for UI heavy web applications – solutions
3 minutes readCreate automated website tests for free with LoadFocus.com. Testing the UI (user interface) of web applications has been always a main concern of developers. It is the first thing that a user/customer notices once something is wrong. There quite a few solutions on the testing world out there. I will enumerate most of them here and… Read more »
Comparing Performance Across Web Application Builds
2 minutes readEnsuring your web application’s performance improves or remains consistent over time is crucial. If you’re curious about how to track these changes between different builds, here’s a concise guide to get you started: Step 1: Identify Key Performance Indicators (KPIs) First, decide which aspects of your application you’re interested in comparing. This could be anything… Read more »
What is the max number of concurrent users a JMeter can handle?
2 minutes readWondering about the upper limits of load testing with Apache JMeter on your system? You’re not alone. This question is crucial for planning and executing effective performance tests to ensure your application can handle the expected user traffic. The Upper Limit: Threads and Hardware The number of concurrent users (threads) you can simulate with JMeter… Read more »
What is Latency in Load and Performance Testing?
< 1 minute readLet’s say that you want to access a web service or a web page. The response time that you can see with different tools is a sum of the server processing time of the request and the delay involved for your request to reach to server and back. This is getting more important when remote… Read more »