Collections:
List Variables with Debug PostProcessor
How to list all variables with the Debug PostProcessor in JMeter?
✍: FYIcenter.com
If you want to see a list of all your user defined variables
and their values, you can use the Debug PostProcessor as
shown in this tutorial.
1. Open Get-Exchange-Rate-3.jmx.
2. Add a post-processor, Debug PostProcessor, after the "Thread Group":
JMeter properties: True JMeter variables: True Sampler properties: True System properties: True
The above settings list all your user defined variables and all other properties:
3. Add the "View Result Tree" listener to see the output of the Debug PostProcessor.
4. Save the test plan as Get-Exchange-Rate-4.jmx, and run it.
5. Open the "Debug PostProcessor" under "Latest Exchange Rate" on the "View Result Tree" panel.
6. Click the "Response data" tab. You see a list of all properties and variables, including:
The picture below shows you how to list all variables and properties
with the Debug PostProcessor:
Â
⇒ System Properties in JMeter
⇠Define Variable as Part of BeanShell
⇑ Variables and Functions in JMeter
⇑⇑ Apache JMeter Tutorials
2017-11-10, 6108👍, 0💬
Popular Posts:
How to validate email address format? In order to help your programming or testing tasks, FYIcenter....
How to generate user birthday dates? Test user birthday dates are frequently needed in testing appli...
How to perform UUDecode (Unix-to-Unix Decode)? UUEncode is Unix-to-Unix encoding used on Unix system...
How to validate Mod 10 (Luhn Algorithm) checksum? In order to help your programming or testing tasks...
Where to find tutorials on Test Management? I want to know how to manage software testing documents ...