Collections:
JMeter Execution Order - PreProcessors
In what order PreProcessors are executed in JMeter?
✍: FYIcenter.com
PreProcessors of all types
are executed in the order described in the rules below:
Let's create the following Test Plan tree, JMeter-Execution-Order-3.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 | |- Sampler 21 | |- Sampler 22 | |- If Controller (2==2) | |- Sampler 23 | |- PreProcessor 3 |- PreProcessor 1
Run the above Test Plan. You see the following execution order:
PreProcessor 1 - Rule 2 applied Sampler A PreProcessor 1 - Rule 2 applied Sampler 11 PreProcessor 1 - Rule 2 applied Sampler 12 PreProcessor 2 - Rule 3 applied PreProcessor 1 Sampler 21 PreProcessor 2 - Rule 3 applied PreProcessor 1 Sampler 22 PreProcessor 2 - Rule 3 applied PreProcessor 1 - Rule 4 applied PreProcessor 3 Sampler 23 PreProcessor 1 - Rule 2 applied Sampler Z
⇒ JMeter Execution Order - PostProcessors
⇐ JMeter Execution Order - Samplers
2018-08-14, ∼4910🔥, 0💬
Popular Posts:
How to validate and decode MAC (Media Access Control) addresses? In order to help your programming o...
How to validate email address format? In order to help your programming or testing tasks, FYIcenter....
How to generate IP Addresses? To help you to obtain some IP addresses for testing purpose, FYIcenter...
How to update hidden input value field value with WebDriver in Python? Normally, a hidden input valu...
How to valid UUID/GUID strings? In order to help your programming or testing tasks, FYIcenter.com ha...