Click test plan add a new variable with name = tool and value = jmeter. Since this value is defined ... Read More
Modular controller - Used to run other controllers If we make modular controller in our test plan ... Read More
This function is used to read data from text file or csv file. Add a new thread group.Add a java ... Read More
${__javaScript(new Date();)}--->Used to print current date ${__javaScript(2>7)}--->will give fals ... Read More
Changes in latest version of jmeter Background changed from white to black No workbench option ... Read More
* Not actually a sampler.Used to pause between samplers. * Taget -Current Thread. * Actions are ma ... Read More
We can add a few listeners to a thread group like * Active thread over time - Number of threads ... Read More
To convert HELLO to lower case and store them in a variable res. ${__lowercase(HELLO,res)} to c ... Read More
Elements of Jmeter TestPlan –It is a thread group used to hold vaarious thread groups (test cases ... 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