To read an entire file i.e convert the file to a string ${__FileToString(C:\read1.txt,fulltext)} ... Read More
Other BeanShell Commands Let us add a bean shell post processor to our request and then we type the ... Read More
Jmeter supprorts http,ftp requests,soap or xml requests,jdbc and ldap requests. If we right click ... Read More
* Right click thread group and go to sampler add the ftp request. * Server name :-we can then give ... Read More
Make a new Thread Group and lets add 5 http request to it. let make them hit the server name www.go ... Read More
We can also use View Results in Table to check results in table as well. Here we can check number ... Read More
Add a new Thread group to jmeter. Add a java req sampler We call a function in jmeter using the ... Read More
To log a message,we can type anything in first part and instead of ERR we can give Warning etc. $ ... Read More
We can add beanshell assertion as a post processor to any of our request and paste the below command ... Read More
We put 4 java reqs in Switch controller named req1,req2,req3,req4. Then if we give the index in s ... Read More