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] > > > -- View this message in context: http://old.nabble.com/Thread-Group-behaviour-tp27700690p27700905.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

