Skip to content
Performance Engineering Overview

What is Performance Engineering?

Software Performance Engineering is the systematic approach to constructing software that meets performance objectives. It is more related to building a tuned software application at the early stage of the software development life cycle whose performance satisfies all… 

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.

Test Result Log in JMeter

How to generate a test result log in JMeter? JMeter is used as a performance testing tool for an application or a software system. It applies the virtual load and finds out the performance of… 

JMeter - HTML Report Generation

JMeter – HTML Report Generation

Simple steps to generate the dashboard report in JMeter. Dashboard Report are generated in HTML format in JMeter having various graphs for result analysis.