POP-UP Recording Limitation in Jmeter

There are generally three kinds of popup-1. Alert box 2. Confirm 3. Prompt. These are Client side scripts/programs generated in the webpage. Since Jmeter is build to load test Servers it can’t record these popups generated during recording a site with Jmeter. The limitation has also been cited in http://jakarta.apache.org/jmeter/ These are the supported reasons [...]

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 [...]

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 [...]

Getting Memory usage of a server in Jmeter

Steps:- 1. The first step is to add a Thread Group element. The Thread Group tells JMeter the number of threads you want. Always use 1, since we are using JMeter as a monitor. This is very important for those not familiar with server monitors. As a general rule, using multiple threads for a single [...]

XML

What is XML XML stands for EXtensible Markup Language XML is a markup language much like HTML XML was designed to carry data, not to display data XML tags are not predefined. You must define your own tags XML is hierarchical, and as such the proper nesting of tag elements is crucial. Example: <?xml version=”1.0″?> [...]

Follow

Get every new post delivered to your Inbox.