Functions in jmeter - __RandomString

__RandomString jmeter

The below command will generate a 5 letter String by taking any 5 letters from thelist of characters ... Read More

Bean shell timer and listener in Jmeter

Bean shell timer and listener jmeter

Bean Shell timer- Add a new thread and 2 java rews into it.Then add a bean shell timer and in it ... Read More

Constant random timer

Constant random timer jmeter

We can add a constant random timer to a thread group instead of a normal timer. Only difference is i ... Read More

Interleave controller in Jmeter

interleave controller jmeter

If we put 5 reqs in it and loop count is 1 then only first req will be executed. If loop count is ... Read More

generate summary reports listener in jmeter

generate summary reports jmeter

Open the jmeter properties file from bin folder and search for Sumariser Change sumariser.interva ... Read More

BSF sampler in jmeter

bsf sampler jmeter

BSF Sampler can use many coding languages. We can add a BSF sampler as we add other sampler to a th ... Read More

Data driven concept in Jmeter-Reading from csv file

reading from csv jmeter

Make a new Thread group in test plan Make a CSV Data Set Config (in config element) and make the ... Read More

Functions in jmeter - __FileToString

__FileToString jmeter

To read an entire file i.e convert the file to a string ${__FileToString(C:\read1.txt,fulltext)} ... Read More

View Results in Table in Jmeter

view results in table jmeter

We can also use View Results in Table to check results in table as well. Here we can check number ... Read More

Switch controller in Jmeter

switch controller jmeter

We put 4 java reqs in Switch controller named req1,req2,req3,req4. Then if we give the index in s ... Read More