Skip to content

Software Architecture and its types

Software Architecture is a system to represent the collection of components that accomplish a specific function or set of functions. There may be one or multiple components in the foundation of an architecture on which… 

Performance Testing vs Performance Engineering

Performance Testing vs Performance Engineering

Software Performance Testing and Software Performance Engineering are the two different sides of the same coin. Similarly, the roles and responsibilities of a performance engineer are different from a performance tester. Hence PTLC and PELC are defined to streamline… 

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.