1.

What Is The Execution Order Of Test Elements?

Answer»

FOLLOWING is the execution order of the TEST plan elements:

  • Configuration elements
  • Pre-Processors
  • Timers
  • Sampler
  • Post-Processors (UNLESS SampleResult is null)
  • Assertions (unless SampleResult is null)
  • LISTENERS (unless SampleResult is null)

Following is the execution order of the test plan elements:



Discussion

No Comment Found