Types of requests in jmeter

request types jmeter

We can add a new thread group to our test plan. Then we can add different http requests to it fro ... Read More

Loop controller in Jmeter

loop controller in jmeter

Put 5 requests and even if loop count is 1 each request will be executed at least once and that too ... Read More

Jmeter best practices

jmter best practices jmeter

* In jmeter when we make a new thread group we can choose the option delay thread creation until nee ... Read More

OS process sampler in jmeter

os process sampler jmeter

We can type a command in this sampler like ipconfig.Then we run our test we can go to result tree an ... Read More

Modular controller and Include controller

modular controller include controller jmeter

Modular controller - Used to run other controllers If we make modular controller in our test plan ... Read More

Ultimate Thread

ultimate thread jmeter

In this thread we have * Start thread count –Total no of users * Initial delay-That is after this ... Read More

Set up and tear down thread groups in jmeter

set-up tear down jmeter

Set up thread group-run before actual thread groups .used to set up pre-test conditions or environm ... Read More

Functions in jmeter - __threadNum

__threadNum jmeter

Add a new Thread group to jmeter. Add a java req sampler We call a function in jmeter using the ... Read More

Introduction to bean shell scripting in jmeter

bean shell jmeter

Bean Shell is java based scripting language.It uses java like syntax.It is very small in size i.e ap ... Read More

Simple Controller in Jmeter

simple controller jmeter

Controllers as we know are used for logic grouping of various items. Simple controller -We can co ... Read More