How to Add Notes to your Load Test Results

Apache JMeter Load Testing.

How to Add Notes to your Load Test Results

3 minutes readKey takeaways Notes capture why a run looked the way it did, which raw metrics never record. Write the note at the time. The context is gone within a week. They make historical comparison useful, since you know what changed between runs. We’ve added the functionality to add notes to your load test results. This… Read more »

How to Use CSV Data Set to Configure JMeter Tests

Apache JMeter Load Testing.

How to Use CSV Data Set to Configure JMeter Tests

4 minutes readKey takeaways A CSV data set gives each virtual user different inputs, which is what makes a test realistic. Set sharing mode deliberately: all threads, per group or per thread produce different tests. Decide the recycle behaviour, or threads silently reuse the same rows. Apache JMeter is a Java-based, open source testing tool, which can… Read more »

What is Hits per Second in Performance Testing?

Apache JMeter Load Testing.

What is Hits per Second in Performance Testing?

2 minutes readKey takeaways Hits per second counts every request including assets, so it exceeds page views substantially. It shows server workload rather than user activity. Compare it with throughput and response time; alone it says little. Hits per second represents the number of requests sent to the server in one second (the load which the server… Read more »