How does JMeter simulate a real browser?
Just having a knowledge of how to record the script for an application and execute the test; should not be enough for a performance tester. As described in the previous article, performance testing should be realistic rather than just a simple test. To implement this concept, a performance tester should know how does a testing … Read more
JMeter – Passing Variable Value to another Thread Group
Under a Test Plan, you can add multiple Thread Groups. But these Thread Groups are independent of each other. The child elements of these Thread Groups have limited scope and do not share any information outside the Thread Group scope. Sometimes in JMeter, there is a requirement of passing the value of the variable from … Read more
Random Dynamic Value using Regular Expression Extractor
There are 3 ways to select a random dynamic value using Regular Expression Extractor in JMeter. You must have knowldge of all the methods given in the post.
Extract multiple dynamic values using one Regular Expression
Many of us faced the situation to extract multiple dynamic values from a response, so it can be possible to fetch the values using one regular expression.
FTP Test script in JMeter
This post explains how to create a JMeter script for FTP, FTPS and SFTP test scenario. FTP servers Load Test helps to determine the capacity & throughput.