jmeter-debug processor

1. Introduction

There are two Debug components for debugging in JMeter:

  1. Debug Sampler
  2. Debug PostProcessor (debug post processor)

Function: Generally added when you need to obtain response data (regular, XPath, JSON extractor), it is convenient to check whether the required information is correctly extracted in real time when debugging the script, but you must also add the view result tree, because the script needs to View the print information in the result tree.

1) Debug Sampler

2) Debug PostProcessor (debug post processor)

 

 【Example】

Debug sampler

 

 Post debug handler

 

Guess you like

Origin www.cnblogs.com/wuzm/p/12731099.html