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 - __time

__time jmeter

${__time(YMDHMS,)} -Used to display time in year,month,date,hour,min.sec in the mentioned format ... Read More

Order of execution in jmeter.

order of execution jmeter

We know in jmeter we can create a new thread group ,record a new series of steps and add to the thre ... Read More

Response time graph in jmeter

response time graph jmeter

Add listener Response time graph.Same like in aggregate graph we will have two tabs i.e Settings and ... 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

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

Bean shell preprocessor in Jmeter

bean shell preprocessor jmeter

Let us say in a particular test plan we define variale named Quantity and give it value of 10 . ... Read More

What is jmeter

jmeter

Jmeter is an open source java based application for performance testing. It was originally meant ... Read More

Constant random timer in jmeter

random timer jmeter

Constant random timer applies delay to individual request or to the thread group or the container to ... 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