< 1 minute read Before Homebrew 2.0 it was possible to install JMeter with all the extra plugins by using the following command: brew install jmeter –with-plugins Since Homebrew 2.0 the options have been removed so the command from above will show ‘Error: invalid option: –with-plugins‘. How to fix Install JMeter with: brew install jmeter Install the extra plugins… Read more »
Posts Categorized: Apache JMeter
How to Install JMeter on Mac?
4 minutes read When starting with Apache JMeter for performance testing the first step you need to take is to install JMeter on your development machine so that you can develop the test scripts. For installing JMeter on Mac machine you have a couple of options: Installing JMeter via Homebrew Installing JMeter by downloading the archive with the… Read more »
How to use Apache JMeter’s WebDriver Sampler to Load Test the UI of an Application
3 minutes read Here is how to use Apache JMeter’s WebDriver Sampler to load test the UI of the application, and by the UI, I mean load test a user’s workflow, with entering the web pages, clicking on different links etc. All you have to do is install the JMeter plugins and make use of the WebDriver Config… Read more »
How to Save Apache JMeter Results to a CSV file or XML file?
2 minutes read Here are details on how to save or export the results of your Apache JMeter test script to a CSV or XML file. Setup 1. Open Apache JMeter (here is how to start Apache JMeter on Mac) and right click Test Plan and Add -> Threads (Users) -> Thread Group 2. Right click Thread Group… Read more »
How to start Apache JMeter in non-graphical (non-GUI) mode?
2 minutes read If you want to start Apache JMeter in non-GUI mode, use the following command line options: -n – non-GUI mode – this specifies JMeter is to run in non-GUI mode -t – JMX file – location of the test plan and the name of JMX file that contains the Test Plan -l – log file… Read more »
How to Use Apache JMeter’s XPath Extractor?
2 minutes read In order to add an XPath Extractor to your JMeter script you need to begin by installing JMeter and create an HTTP Request. If you want to check how you can create a load test with Apache JMeter, please check our previous blog post. Start by adding a XPath Extractor to your HTTP Request by following the… Read more »
How to Add JMeter to the PATH Environment Variable On Mac OS X
< 1 minute read In case you want to easily start Apache JMeter load testing tool on your MAC OS, here some things which you help you get started. Once you downloaded Apache JMeter, just go to the PATH where you’ve dowloaded it. For example, I’ve downloaded JMeter in my Downloads folder. Here are full details on how to run… Read more »