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
Click test plan add a new variable with name = tool and value = jmeter. Since this value is defined ... Read More
${__javaScript(new Date();)}--->Used to print current date ${__javaScript(2>7)}--->will give fals ... Read More
* Not actually a sampler.Used to pause between samplers. * Taget -Current Thread. * Actions are ma ... Read More
To convert HELLO to lower case and store them in a variable res. ${__lowercase(HELLO,res)} to c ... Read More
If we want our request to run for a certain amount of time we can use runtime controller. As an e ... Read More
Performance testing is used to measure the performance,stablility and reliability of a web applicati ... Read More
We can add beanshell assertion as a post processor to any of our request and paste the below command ... Read More
* Used to test java applications.Used by developers for unit testing. * Copy paste the jar files i. ... Read More
Used to check how html many errors or warnings are there in a particular page.We can even tick mark ... Read More