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… 

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… 

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… 

How to get help from JMeter Support Forum

JMeter Official Support Forum

Many times, while working with JMeter, we cling in certain situations or scenarios where we need someone’s help to solve the issue. The worst part of the situation is we search over the internet or… 

Access Token Issue in JMeter

How to handle authorization token issue in JMeter? JMeter is throwing HTTP 401 Unauthorized Error. How to handle Access Token Issue in JMeter?

JMeter - JSR223 Assertion Logo

JMeter – JSR223 Assertion

JSR223 Assertion is a scripting-based assertion element of JMeter. JSR stands for Java Specification Requests. As same as BeanShell Assertion which we discussed earlier; you will need to implement the assertion logic by yourself using one of the supported scripting…