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

Other commands in Bean shell scripting

other commands bean shell jmeter

Other BeanShell Commands Let us add a bean shell post processor to our request and then we type the ... Read More

jmeter basic request set-up

jmeter

Jmeter supprorts http,ftp requests,soap or xml requests,jdbc and ldap requests. If we right click ... Read More

Ftp requests jmeter

ftp request jmeter

* Right click thread group and go to sampler add the ftp request. * Server name :-we can then give ... Read More

Aggregate report listener in Jmeter

aggregate report listener jmeter

Make a new Thread Group and lets add 5 http request to it. let make them hit the server name www.go ... 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

Functions in jmeter - __threadNum

__threadNum jmeter

Add a new Thread group to jmeter. Add a java req sampler We call a function in jmeter using the ... Read More

Functions in jmeter - __log

_log jmeter

To log a message,we can type anything in first part and instead of ERR we can give Warning etc. $ ... 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

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