Categories
Performance Testing testing

Websphere MQ

As per IBM notes “IBM WebSphere MQ can transport any type of data as messages, enabling businesses to build flexible, reusable architectures such as service-oriented architecture (SOA) environments. It works with a broad range of computing platforms, applications, web services and communications protocols for security-rich message delivery. WebSphere MQ provides a communications layer for visibility and […]

Categories
Performance Testing testing

Loadtesting Websphere IBM MQ server using JMETER

   About : For Loadtesting Apache Active MQ , JMS-Point-to-Point sampler in Jmeter will help us. Think that you do not have JNDI settings and no apache activemq for JMS messaging, instead IBM Websphere MQ is in place.  One day your manager is coming and asking you to test IBM MQ using open source testing […]

Categories
Performance Testing

Jmeter Problems and Solutions

1) How to handle sessions in Jmeter? Add->Pre-Processors->HTTP URL Re-writing Modifier for the sampler where your session variable is present Then add your variable in session argument name and check cache session id. Please see the image below: 2) How to customize the user data/ how to run the script for multiple users in Jmeter? […]

Categories
Performance Testing

Introduction to Jmeter

Apache JMeter is a 100% pure Java desktop application designed to load test client/server software. It may be used to test performance both on static and dynamic resources such as static files, Java Servlets, CGI scripts, Java objects, databases, FTP servers, and more. JMeter can be used to simulate a heavy load on a server, […]