<img height="1" width="1" style="display:none;" alt="" src="https://dc.ads.linkedin.com/collect/?pid=1005900&amp;fmt=gif">

Beanshell

11th June 2013 by 
Team Capacitas

This post is a continuation of my last discussion on cookies with JMeter found here. In this post we are going to look at injecting cookies into a request in a couple of forms along with a noteworthy mention.

What...

28th February 2013 by 
Team Capacitas

In our last BeanShell discussion, we looked at creating your own custom methods for use in JMeter. Today, we will be looking at how you can test your BeanShell scripts before using them in JMeter. BeanShell can be...

14th December 2012 by 
Team Capacitas

Wouldn't it be great if you were able to use the debugging capabilities of an IDE in order to write custom Java classes and methods which you could then use in a JMeter BeanShell sampler? Well, you can and this...

31st October 2012 by 
Team Capacitas

When creating a script in JMeter, you may have instances where you need to perform manipulation on variables or arrays you’ve captured using a Regular Expression Extractor or XPath Extractor. This is where BeanShell...