JMeter – Timer

JMeter - Timer Element

To simulate the real-world behaviour of threads (or virtual users), there are many elements in JMeter and the timer is one of them. While browsing a typical website, a real user always clicks, waits, reads and then provides input. In performance testing terms, the time spent by the user on the web page before providing any input … 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