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 »
Posts Categorized: Apache JMeter
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 »
How to Load Test RESTful APIs with LoadFocus
2 minutes read In order to learn how to test your APIs, especially how to load test your APIs, let’s first find out some essential info on APIs and RESTful APIs. What is an API? (Application Programming Interface) API stands for Application Programming Interface, which is a set of functions that allows two applications to talk to each… Read more »
Which is the Execution Order of Elements in Apache JMeter?
2 minutes read The execution order of the elements in an Apache JMeter performance test plan is very important, it helps understand the timeline of events and how your test will behave. Make sure that you understand every JMeter element before adding it to your test plan, this will help create faster performance tests and not jump into… Read more »
How to Record and Run Load Tests with JMeter in the Cloud Chrome Extension
< 1 minute read It’s so easy to record a load test for your website, just add to Chrome Browser the JMeter in the Cloud Chrome Extension and you’ll be able to record and run a load in less than 60 seconds. Let’s have a deeper look how to do this. Steps to Record and Run Load Tests Add… Read more »