2 minutes readIt is very easy to create a New General Load Test configuration, all you need to do is follow the steps below: Click on the General Test Button Enter a new name for your General Test Select the request type GET or POST and details for injector machines Add Load Test details: threads, loops, URL… Read more »
Posts Categorized: Load Testing
What is Throughput in Performance Testing? Definition + How to Measure
7 minutes readThroughput is the metric that tells you how much work a system actually does per unit of time. It’s the rate measurement that complements latency (which measures how long individual requests take). Together they tell you whether a system is fast (low latency) AND productive (high throughput). This post covers what throughput means in performance… Read more »
What is Response Time in Performance Testing?
< 1 minute readResponse Time Response Time measures the performance of an individual transaction or query. Response time is the amount of time from the moment that a user sends a request until the time that the application indicates that the request has completed. For example, let’s say you have API and you want to find how much… Read more »