I am new to JMeter and it maybe a stupid question but I still find it hard to understand the concept here.
I have a simple test.
- Thread Group with a Single thread with loop count of 2
- PreProcessor that place two variables on the vars map
- A loop that execute a request twice based on the PreProcessor parameters
I expected that the preprocessor will initialize the parameter and it will use the same values twice in the request.
It looks like it’s executing the PreProcessor once pair call.
When I switch the PreProcessor with similar User Defined Variables it reuses the same value on every call.
Can anyone explain the logic here?
I am using JMeter 2.11
User Variables - are specific to individual threads.