2 minutes read Have you ever entered a website and realized how slow things move, you just click a button and you have time to do something else until the requested action is finished. Sometimes I enter on this kind of websites with the idea to purchase their product or service, but when the things move so slow,… Read more »
Posts Categorized: Performance Testing
How to Add Notes to your Load Test Results
3 minutes read We’ve added the functionality to add notes to your load test results. This functionality applies to Load Tests and JMeter Load Tests. It’s super simple to add/edit/remove notes for any of the test runs of the same test in order to caption various changes of your test runs. You can easily compare any test run… Read more »
How to Test OAuth Secured APIs and Apps using JMeter
4 minutes read Introduction Hey there! If you’re working with APIs, especially those locked down with OAuth 2.0, you probably know how crucial it is to ensure they perform well under pressure. Imagine thousands of users hitting your API simultaneously – you want everything running smoothly, right? Well, that’s where load testing comes in, and today we’re diving… Read more »
How to Use CSV Data Set to Configure JMeter Tests
3 minutes read Apache JMeter is a Java-based, open source testing tool, which can help you create and run functional and load tests for Websites, APIs (REST and SOAP) and other web services. In this example we are going to have a look on how to create and run a JMeter test using a CSV file for our… Read more »
Why are Percentiles More Useful than Averages in Performance Testing
5 minutes read Why Performance Testing We all want our websites to be responsive and useful. However, the biggest correlation between website performance and business results is seen by improving the performance and speed of your website. Users get bored if they have to wait for too long to load your website or application. Performance Testing and Load… Read more »
What is Hits per Second in Performance Testing?
< 1 minute read Hits per second represents the number of requests sent to the server in one second (the load which the server is being hit). Hits per second is the total load set by the concurrent virtual users on the server, no matter if they are executed successfully or not on the server side. The number of… Read more »
How to create Multilingual Reports for Performance Tests
2 minutes read With our newly released White Labelled Reports for performance tests, you can now print the PDF reports in multiple languages. This applies to our load testing cloud tool and also for load tests using JMeter test scripts. Displaying Multilingual Reports The reports are accessible from the list of results pages: load test results page or… Read more »