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

Data driven concept in Jmeter-csv file use case

csv use case jmeter

We can create a csv file and in that file we give usernames,passwords as column names and add some ... Read More

Functions in jmeter - __setProperty and _property

__setProperty _property jmeter

setProperty function is used to set a key value pair where tool is the key and jmeter is the value ... Read More

Bean shell post processor in jmeter

bean shell post processor jmeter

In that bean shell prost processor we can check what is the response code we got from the http reque ... Read More

BSF pre-processor in jmeter

bsf pre-processor jmeter

We can add a BSF pre-processor before any http or java request and in that we can try to change the ... Read More

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

Debug sampler in jmeter

debug sampler jmeter debugging

* Does not send any request to the server. * Used to check jmeter properties ,system properties an ... 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

Interleave controller in Jmeter

interleave controller jmeter

If we put 5 reqs in it and loop count is 1 then only first req will be executed. If loop count is ... Read More

While controller in Jmeter

while controller jmeter

Click test plan add a new variable with name = count and value =15 Then in the thread group Add a ... Read More