zoukankan      html  css  js  c++  java
  • jmeter: Execution order, jmeter test plan执行顺序

    Execution order, jmeter test plan执行顺序
    1. Configuration elements
    2. Pre-Processors
    3. Timers
    4. Sampler
    5. Post-Processors (unless SampleResult is null)
    6. Assertions (unless SampleResult is null)
    7. Listeners (unless SampleResult is null)
    Please note that Timers, Assertions, Pre- and Post-Processors are only processed if there is a sampler to which they apply. Logic Controllers and Samplers are processed in the order in which they appear in the tree. Other test elements are processed according to the scope in which they are found, and the type of test element. [Within a type, elements are processed in the order in which they appear in the tree].

    For example, in the following test plan:

    • Controller
      • Post-Processor 1
      • Sampler 1
      • Sampler 2
      • Timer 1
      • Assertion 1
      • Pre-Processor 1
      • Timer 2
      • Post-Processor 2
    The order of execution would be:
    Pre-Processor 1
    Timer 1Timer 2
    Sampler 1
    Post-Processor 1
    Post-Processor 2
    Assertion 1

    Pre-Processor 1
    Timer 1
    Timer 2
    Sampler 2
    Post-Processor 1
    Post-Processor 2
    Assertion 1
    forward.molly.宝儿 独自行走
  • 相关阅读:
    DRF 版本和认证
    DRF 视图和路由
    DRF 序列化组件
    RESTful
    Vuex以及axios
    npm、webpack、vue-cli
    Vue 生命周期
    Vue Router
    Vue 组件
    Vue 快速入门
  • 原文地址:https://www.cnblogs.com/forward/p/1672809.html
Copyright © 2011-2022 走看看