Loop controller use case Jmeter

loop controller jmeter

If make a new thread and we add some requests to it which we want to run few times in a loop we add ... Read More

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

Functions in jmeter - __javaScript

__javaScript jmeter

${__javaScript(new Date();)}--->Used to print current date ${__javaScript(2>7)}--->will give fals ... 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

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

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

What is performance testing

performance testing jmeter

Performance testing is used to measure the performance,stablility and reliability of a web applicati ... Read More

BeanShell Assertion in Jmeter

beanshell assertion jmeter

We can add beanshell assertion as a post processor to any of our request and paste the below command ... Read More

Junit sampler in jmeter

junit sampler jmeter

* Used to test java applications.Used by developers for unit testing. * Copy paste the jar files i. ... Read More

HTML Assertion in Jmeter

html assertion jmeter

Used to check how html many errors or warnings are there in a particular page.We can even tick mark ... Read More