5 minutes read Apache JMeter is an open source load and performance tool written in Java and it’s available on almost any OS. This is an intro post about Apache JMeter tool and I’m trying to point out how it can help you in your daily Quality Engineer job. You can use Apache JMeter for performance, load, stress… Read more »
Posts Categorized: Performance Testing
What is Throughput in Performance Testing?
2 minutes read Throughput – indicates the number of transactions per second an application can handle, the amount of transactions produced over time during a test. For every application there are lots of users performing lots of different requests. What you need to ensure is that your application meets the required capacity before it hits production or live…. Read more »
What is Response Time in Performance Testing?
< 1 minute read Response 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 »