If controller in jmeter

if controller jmeter

Click test plan add a new variable with name = tool and value = jmeter. Since this value is defined ... 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

Functions in jmeter - __StringFromFile

__StringFromFile jmeter

This function is used to read data from text file or csv file. Add a new thread group.Add a java ... Read More

Functions in jmeter - __javaScript

__javaScript jmeter

${__javaScript(new Date();)}--->Used to print current date ${__javaScript(2>7)}--->will give fals ... Read More

Jmeter 5 features

jmeter 5

Changes in latest version of jmeter  Background changed from white to black  No workbench option ... Read More

Test Action in Jmeter

test action jmeter

* Not actually a sampler.Used to pause between samplers. * Taget -Current Thread. * Actions are ma ... Read More

Composite graph in Jmeter

composite graph jmeter

We can add a few listeners to a thread group like * Active thread over time - Number of threads ... Read More

Functions in jmeter - String functions

String functions jmeter

To convert HELLO to lower case and store them in a variable res. ${__lowercase(HELLO,res)} to c ... Read More

Elements of jmeter

jmeter elements

Elements of Jmeter TestPlan –It is a thread group used to hold vaarious thread groups (test cases ... Read More

Runtime controller in Jmeter

runtime controller jmeter

If we want our request to run for a certain amount of time we can use runtime controller. As an e ... Read More