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…
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…
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…
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…
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…
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…
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…