Make a new thread group. Add two ftp reqs. In the first ftp request in the server name give ... Read More
We can create a csv file and in that file we give usernames,passwords as column names and add some ... Read More
setProperty function is used to set a key value pair where tool is the key and jmeter is the value ... Read More
In that bean shell prost processor we can check what is the response code we got from the http reque ... Read More
We can add a BSF pre-processor before any http or java request and in that we can try to change the ... Read More
Lets say we add 5 steps(Http requests) to a new thread and then add a constant timer at thread group ... Read More
* Does not send any request to the server. * Used to check jmeter properties ,system properties an ... Read More
Put 5 requests and even if loop count is 1 each request will be executed at least once and that too ... Read More
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
Click test plan add a new variable with name = count and value =15 Then in the thread group Add a ... Read More