Timers in jmeter

timers jmeter

Lets say we add 5 steps(Http requests) to a new thread and then add a constant timer at thread group ... Read More

Functions in jmeter -intsum

intsum jmeter

Intsum function is used to find the sum of two or more integer values. Add a new Thread Group and ... Read More

Constant timers in jmeter

constant timer jmeter

Add a new thread group.Add a number of java reqs and rename them 1,2,3,4. Add a constant timer to ... Read More

Basic request response in jmeter

requesr response jmeter

*User interacts with a Browser and types a url or clicks a link or fills a form and the Browser send ... Read More

Firefox settings for jmeter and running test script recorder

firefox settings jmeter

We have to make some settings for firefox to make it work with jmeter. Go to firefox options->Gen ... Read More

Random order controller in jmeter

random order controller jmeter

Put 5 requests and even if loop count is 1 each req will be executed at least once but there will be ... Read More

Synchronisation timer

Synchronisation timer jmeter

Let us say one we have 5 steps in our thread group and we add 20 users to our thread.When we run our ... Read More

Bean shell preprocessor to compare between threads

Bean shell preprocessor to compare between threads jmeter

We add a thread group and in that add a request and bean shell preprocessor and in that define a jme ... Read More

Other commands in Bean shell scripting

other commands bean shell jmeter

Other BeanShell Commands Let us add a bean shell post processor to our request and then we type the ... Read More

Functions in jmeter - __log

_log jmeter

To log a message,we can type anything in first part and instead of ERR we can give Warning etc. $ ... Read More