JMeter – How to save a variable to a file?
Sometimes you need to save the value of a variable to a text or CSV file. Such a scenario is especially required at the time of test data generation when a value exists in the…
Sometimes you need to save the value of a variable to a text or CSV file. Such a scenario is especially required at the time of test data generation when a value exists in the…
This is a common question why use the ‘URL Patterns to Exclude’ option while recording the JMeter script? In today’s world, a web application has multiple components which are loaded on the screen. Most of…
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…
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…