JMeter Learning Notes--jmeter Execution order rules

Source: Internet
Author: User

JMeter Execution Order rules:

  • Configuring components
  • Front-facing processor
  • Timer
  • Sampling device
  • Post processor (unless server response is empty)
  • Assertion
  • Listener

The timer, assertion, pre/post processor is executed only when the sampler is present in the scope, and the logic controller and sampler are executed in the order in which they appear in the test tree. Other test elements are executed according to their own scopes, and in addition to the type of test element to which they belong (the test components belonging to the same type are executed in the order they appear in the test tree).

The test plan example is as follows:

  • Controller
    • Post-processor1
    • Sampler1
    • Sampler2
    • Timer1
    • Assertion1
    • Pre-processor1
    • Timer2
    • Post-processor2

The execution sequence is as follows:

  1. Pre-processor1
  2. Timer1
  3. Timer2
  4. Sampler1
  5. Post-processor1
  6. Post-processor2
  7. Assertion1
  8. Pre-processor1
  9. Timer1
  10. Timer2
  11. Sampler2
  12. Post-processor1
  13. Post-processor2
  14. Assertion1

JMeter Learning Notes--jmeter Execution order rules

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.