InterviewSolution
Saved Bookmarks
| 1. |
Explain configuration elements in JMeter. |
|
Answer» JMeter's config components are USED to CUSTOMISE or change the sampler queries sent to the SERVER. These components are inserted at the same level as or higher than the samplers we want to configure. A Sampler and a configuration ELEMENT WORK in conjunction. Configuration elements can be used to set defaults and variables for subsequent usage by samplers. These elements are processed at the start of the scope before any samplers in the same scope. |
|