Bean shell scripting - Examples

bean shell scripting jmeter

Add a thread group and add a BeanShell Sampler to ur test plan Let us go to our test plan and a ... Read More

Configuring classpath

classpaths jmeter

We need to configure class path on windows in case they are not already configured. Classpath is ... Read More

Response Assertion in Jmeter

response assertion jmeter

Now instead of manually checking the response code in authenticate step we can even make use of resp ... Read More

Functions in jmeter - longSum and doubleSum

longSum doubleSum jmeter

longSum - used to compute large nos ${__longSum(1000,2000)} doubleSum - Used to compute the sum ... Read More

Simple data writer in jmeter

Simple data writer jmeter

Another Listener is Simple Data Writer.This is used to right data to a file. We can give the fil ... Read More

Ftp default reqs in Jmeter

Ftp default reqs jmeter

Make a new thread group. Add two ftp reqs. In the first ftp request in the server name give ... Read More

Http request default

http request default jmeter

We know that in above example all of our pages use the same default url and then go to their respect ... Read More

Jmeter options

jmeter options

There are various options in the options tab in jmeter like Log viewer-to check the logs Loo ... Read More

Aggregate report listener in Jmeter

aggregate report listener jmeter

Make a new Thread Group and lets add 5 http request to it. let make them hit the server name www.go ... Read More

Functions in jmeter - __V

__V jmeter

Then we have a function named V.We make two variables in test plan named A1 with value kilobytes and ... Read More