Skip to content
JMeter - HTTP Cookie Manager

JMeter – HTTP Cookie Manager

What is a Cookie? As per definition, Cookies are text files stored on the client’s computer and they are kept for various information tracking purposes. Generally, a cookie is added to the response from the… 

JMeter - HTTP Cache Manager

JMeter – HTTP Cache Manager

Generally, web browsers have some special features which allow to reduce the traffic over the Internet and also reduce the usage of network bandwidth that makes communication between clients and servers faster than usual. One… 

JMeter - FTP Request Defaults

JMeter – FTP Request Defaults

Apart from HTTP and HTTPS protocols, Apache JMeter also supports FTP protocols. This article will show how can you create FTP, FTPS and SFTP test scripts using the JMeter FTP Request Defaults element. Why FTP… 

JMeter - HTTP Authorization Manager

JMeter – HTTP Authorization Manager

HTTP Authorization Manager is used to handle browser authentication pop-up in JMeter script. Many times you have seen while downloading a file from an FTP server, a ‘gatekeeper’ pop-up appears which is shown below: This… 

JMeter - DNS Cache Manager

JMeter – DNS Cache Manager

To make sure sites are seamless and robust, most companies turn to Network Load Balancing as a solution. This helps them to ensure that their service will remain operable – even when there are unexpected… 

JMeter - Counter

JMeter – Counter

This article will brief you about one of the important JMeter Config Element called ‘Counter’ and how to use it in many scenarios. The counter element in JMeter allows a user to generate an incremental number that…