Get Knowledge from Video instead of Content:

Monday 30 January 2017

JMeter - PostProcessor - "Debug PostProcessor"

This post-processor is used to find the bug in the parent sampler. The output of debug post-processor can be viewed in the "View Result Tree". Basically, Debug PostProcessor displayed 4 properties which are described below in the post.

How to add "Debug PostProcessor" element?
You can follow the below steps:
1. Select "Sampler" node where you want to add this post-processor
2. Right-click on the node
3. Mouse hovers "Add"
4. Mouse hovers "Post Processors"
5. Click "Debug PostProcessor"

How to remove "Debug PostProcessor" element?
You can follow the below steps:
1. Select "Debug PostProcessor" node
2. Right click on "Debug PostProcessor" node
3. Click "Remove" (Mouse) or "Delete" button from the keyboard

4. Click "Yes"    

What are the attributes of "Debug PostProcessor" element?

"Debug PostProcessor" has following attributes:
  • JMeter Properties: By enabling this option you can see the properties used by JMeter during the test execution. Some of the important properties are like user.properties, system.properties etc. If you suspect the issue in JMeter Properties then you can verify the value of each property passed during the test. Refer to the below screenshot to get a detailed list of JMeter properties which is shown by Debug postprocessor as an output. The default value of this attribute is False.
  • JMeter Variables: The default value of this attribute is False. This option is enabled to get JMeter variable values. Here you can verify the JMeter Thread, sampler start time etc. 
  • Sampler Properties: This attribute is used to show the main purpose of Debug PostProcessor. By default, the value of Sampler Properties is True and it displays all the properties of the parent sampler like Host, Port, Host attributes etc. Refer to the below screenshot to get the full list of Sampler Properties which is shown by Debug postprocessor as an output.
  • System Properties: By default, this attribute is False, because it contains lots of information about the system (machine on which test is executed) like OS name, OS version, java version, user details etc. 

Next Topic:
Apache JMeter - "Regular Expression Extractor" Element

Previous Topic:
Apache JMeter - "Result Status Action Handler" Element

Related Topics:

No comments :

Post a Comment