What i can sense is that you want each user mentioned in the csv file to
use their parameters post them to the server under test. If this that
you want then you have to use the CSV data config config element , To
read more about it please use the following link and the example
mentioned in it:
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#CSV_Data_Set_Config
You need to place this config element in the beginning of the loop
controller.
Thanks
Jatin
On 2/23/2010 3:34 PM, Mahesh Kharat wrote:
As no of records in a file are 5.....so i have mentioned no of threads also
5.
I want to add one more thing: User field's value is passed to 1st HTTP
Request as User Parameter....then there are 2 more HTTP Request....Technolgy
field's value is passed to 4th HTTP request as User Parameter.
Following is the structure of my script:
ThreadGroup
+Loop Controller
++HTTP Request(1st)
++Regular Expression Extractor
++HTTP Request(2nd)
++HTTP Request(3rd)
++HTTP Request(4th)
++HTTP Request(5th)
Jatin Davey-2 wrote:
How many threads have you mentioned in the field "number of threads" in
the thread properties dialog ?
Thanks
Jatin
On 2/23/2010 3:02 PM, Mahesh Kharat wrote:
When i started to put more load on my application using jmeter,i faced
one
problem.
Have anybody faced such problem earlier?? I m explaining it through
following scenario.
I am testing my application for 5 different users. I am using
UserData.csv
file which contains 5 records related to users.
I am passing these field values as user parameters to my application.
Following are the contents of my file:
User1,Java
User2,PHP
User3,C
User4,C++
User5,.Net
1st field is User name& 2nd is the Technology.
Now when i run jmeter script of my application& checked View Results
Tree
i found following threads created.
Thread Group 1-3 User2,Java
Thread Group 1-2 User1,PHP
Thread Group 1-5 User4,Java
Thread Group 1-4 User5,.Net
Thread Group 1-1 User1,C
Actually it should have created each thread group for different user
related
records.
So my question is why thread group is not created properly according to
my
UserData.csv file.
Are we able to control this unexpected thread behaviour??
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]