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

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

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

Jmeter distributed mode

Distributed mode jmeter

If we want to put load on a website using 5000 users from a single machine. With limited cpu and ra ... Read More

Concurrency thread group in Jmeter

Concurrency thread group jmeter

In concurrency thread group we have many options like * Target Concurrency i.e total no of users ... Read More

Running Jmeter scripts from command prompt

command prompt jmeter

In order to run a jmeter script which has the format of .jmx in command prompt we first have to go t ... Read More

Selenium and Jmeter integration

selenium jmeter

Let us make a simple selenium project in eclipse We add a class in it and add some junit test c ... Read More

Regualar expression extractor in Jmeter

regualar expression extractor jmeter

Let us say we have a login page and a authenticate page as http requests in a thread group. Lets say ... Read More

Http Cookie manager in Jmeter

cookie manager jmeter

Let us say we have two requests in a thread group named login and authenticate. So when login req ... Read More