Collections:
JMeter Execution Order - PostProcessors
In what order PostProcessors are executed in JMeter?
✍: FYIcenter.com
PostProcessors of all types are executed in the order described in the rules below:
Let's create the following Test Plan tree, JMeter-Execution-Order-4.jmx, to verify these rules:
Test Plan |- setUp Thread Group | |- Sampler Z |- tearDown Thread Group | |- Sampler A |- Thread Group 1 | |- Sampler 11 | |- Sampler 12 | |- If Controller (1==2) | |- Sampler 13 |- Thread Group 2 | |- PreProcessor 2 | |- PostProcessor B | |- Sampler 21 | |- Sampler 22 | |- If Controller (2==2) | |- Sampler 23 | |- PostProcessor C | |- PreProcessor 3 |- PreProcessor 1 |- PostProcessor A
Run the above Test Plan. You see the following execution order:
PreProcessor 1 Sampler A PostProcessor A - Rule 2 applied PreProcessor 1 Sampler 11 PostProcessor A - Rule 2 applied PreProcessor 1 Sampler 12 PostProcessor A - Rule 2 applied PreProcessor 2 PreProcessor 1 Sampler 21 PostProcessor B - Rule 3 applied PostProcessor A PreProcessor 2 PreProcessor 1 Sampler 22 PostProcessor B - Rule 3 applied PostProcessor A PreProcessor 2 PreProcessor 1 PreProcessor 3 Sampler 23 PostProcessor B - Rule 3 applied PostProcessor A - Rule 4 applied PostProcessor C PreProcessor 1 Sampler Z PostProcessor A - Rule 2 applied
⇒ JMeter Execution Order - Assertions
⇐ JMeter Execution Order - PreProcessors
2018-10-13, 2821🔥, 0💬
Popular Posts:
How to force JMeter to automatically flush test result to file immediately after each sampler is exe...
How to generate user birthday dates? Test user birthday dates are frequently needed in testing appli...
How to validate email address format? In order to help your programming or testing tasks, FYIcenter....
How to turn on Chrome WebDriver logging with Selenium Python API? If you want to turn on logging on ...
How to valid IPv6 addresses? In order to help your programming or testing tasks, FYIcenter.com has d...