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 pop-up window is generated by a browser when the server requires a username/password. The frame will vary from browser to … Read more

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 testing is important? Load testing of FTP servers is important for determining their capacity, measuring throughput, and checking the impact … Read more

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 circumstances or failures in any of the instances. Using JMeter, such testing can be conducted with the help of the … Read more

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 can be referenced anywhere in the Thread Group. For example, if you have a scenario where you need to pass … Read more

JMeter – Test Fragment

JMeter - Test Fragment

JMeter Test Fragment element helps to set up the module-based approach while creating the script of large flow. Let’s try to understand this with an example. Consider you have a transaction flow: You need to prepare a single JMeter script for the above-mentioned flow. You have 1 day and 3 team members and you need … Read more