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 »

How to Load Test RESTful APIs with LoadFocus

Apache JMeter Load Testing.

How to Load Test RESTful APIs with LoadFocus

3 minutes readKey takeaways Load test the endpoints your clients actually call, weighted the way they call them. Send realistic payloads and headers, since size and content change server behaviour. Assert on the response body as well as the status code. In order to learn how to test your APIs, especially how to load test your APIs,… Read more »