< 1 minute read Often software developers get to ask themselves the question: Should I just run the tests in the GUI now that I finished developing them? The answer is pretty simple, NO. You should not use the GUI when running the tests. The GUI should be used only for developing the tests. For running the tests you… Read more »
Posts Categorized: Load Testing
How to Increase Heap Size in JMeter?
2 minutes read Why is Apache JMeter very slow when creating and running load tests? If you just downloaded and opened Apache JMeter and the UI it feels very slow, here are some items you can follow to make Apache Jmeter GUI move faster. Increase the Apache JMeter Heap Size Apache JMeter is a Java application, this means… Read more »
How to install extra plugins in JMeter using the Plugins Manager?
2 minutes read A lot of times you will need to install some extra plugins that will help you in developing or running the performance tests. For this you will need to use the JMeter Plugins Manager. Below are the steps needed to install the Plugin Manager and install extra plugins: Install Apache JMeter ( if you have… Read more »
Why does installing JMeter with Homebrew gives invalid option: –with-plugins?
< 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 »
How to Install JMeter on Mac?
2 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 »
What is Disaster Recovery Testing in Software Testing?
< 1 minute read Disaster Recovery Testing is the process to ensure that an organisation can recover data, restore business critical applications and continue operations after an interruption of its services, critical IT failure or complete disruption. A disaster recovery test (DR test) checks every step from a disaster recovery plan as outlined in an organisation’s business continuity/disaster recovery… Read more »
What is Stress Testing in Software Testing?
< 1 minute read Stress testing is a simulation technique used in multiple industries to determine their reactions to different unexpected situations. In software testing, you can benefit from stress testing by showing how the application behaves under extreme load conditions. Shortly, stress testing is used to find the limit, at which the system or software or hardware breaks,… Read more »