Custom Plugins for Jmeter

1. Load Testing RMI server in Jmeter : (New RMI sampler) 2. Better Graphs in Jmeter : (Custom Listener) 3. Enhanced JDBC Sampler for Jmeter 4.Maven JMeter plugin and report generation 4. SMTP Sampler Plugin in Jmeter 5.Testing EJBs with JMeter 6.JMeter Aggregator Plugin 7. Record and playing back RMI calls (RMI Serevr) – Swing [...]

TCP Sampler- Jmeter

The TCP Sampler opens a TCP/IP connection to the specified server. It then sends the text, and waits for a response. You can test any Server working over TCP/IP. But In this example I have tested this sampler with a TCP server made in C#. You can download the TCP server here. http://alokranjan.freehostia.com/codes/TCP%20Server.zip Steps: 1. [...]

Generate the test report in Jmeter

Prerequisites: 1. ‘Apache-ant’ is the Pre-requisite for generating the report from the jmx file. Apache Ant is a Java-based build tool. 2. Ant-jmeter.jar Steps: 1. Create a new variable JAVA_HOME in the environment variable and set the path for the jdk. 2. You can find the Environment variable by right clicking on the computer Icon [...]

FTP Sampler – Jmeter

This controller lets you send an FTP “retrieve file” or “upload file” request to an FTP server. If you are going to send multiple requests to the same FTP server, consider using a FTP Request Defaults Configuration Element so you do not have to enter the same information for each FTP Request Generative Controller. When [...]

Runtime controller

It fixes the time limit for its children to be run. If you have specified 20 seconds then the samples will be generated for 20 seconds. Create a new test Plan. Add a thread group to the test plan. Add a Runtime Controller to the Thread group and under the controller add four HTTP Request [...]

Follow

Get every new post delivered to your Inbox.