InterviewSolution
| 1. |
What Is Configuration Element? |
|
Answer» Configuration Elements allow you to create DEFAULTS and variables to be used by Samplers. They are used to add or MODIFY REQUESTS made by Samplers. They are EXECUTED at the start of the scope of which they are part, before any Samplers that are located in the same scope. THEREFORE, a Configuration Element is accessed only from inside the branch where it is placed. Configuration Elements allow you to create defaults and variables to be used by Samplers. They are used to add or modify requests made by Samplers. They are executed at the start of the scope of which they are part, before any Samplers that are located in the same scope. Therefore, a Configuration Element is accessed only from inside the branch where it is placed. |
|