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 »
Posts Categorized: Tools
How to Compare Two Load Tests using the Baseline Comparison Feature
3 minutes read The load test comparison feature build-in to LoadFocus Results allows you to compare the results of two different test runs of the same test for the cloud load testing service. You can visually compare the results between the test run set as baseline and the current test run, just by setting a test run as… 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 »
How to Create an Alias to Easily Start JMeter on your Local Machine
2 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. Let me show you my personal configuration and how I start and configure JMeter for a faster and better use on my local machine. Steps… 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 »