Execution Order

1

Configuration Elements

Allows us to declare variables that samplers can utilize to access data.

2

Pre-processors

perform actions prior to the execution of sampler queries in a test scenario.

3

Timers

used to add think time to simulate real user action.

4

Sampler

a request and its corresponding data

5

Post-processors

performs actions after the execution of sampler queries in a test scenario

6

Assertions

compares expected to the actual result performing validation tasks

7

Listeners

It is a component that displays the sample results in the form of a tree, table, graph or even sent to a log file.

Updated on