Skip to content
How to Generate JMeter Dashboard Report in GUI Mode

JMeter Dashboard Report – GUI mode

Many times, we develop Unit Test Scripts to check the code stability prior to the actual load test. These are the small test scenarios which run in the GUI mode with a small load like… 

JMeter – Docker Test Executions

Written By: Swetha Pujari Introduction JMeter tests can be done on GUI and non-GUI in a headless front, both of which are easy to set up for JMeter enthusiasts. However, there are instances where developers/remote… 

Unsupported major.minor version

How to solve the “Unsupported major.minor version” issue in JMeter? Unsupported Java Version error while running the JMeter test in distributed mode

Server failed to start: java.rmi.server.ExportException

Problem: Explanation: To run the test in distributed mode, it is mandatory to start ‘jmeter-server’ service on all the slaves. You may get the below exception while starting ‘jmeter-server’ service: Error Screenshot: Solution: Follow the… 

Connection refused to host

How to solve “Connection refused to host” error in JMeter? OR Connection error while running the JMeter test in distributed (remote) mode.