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?? -- View this message in context: http://old.nabble.com/Thread-Group-behaviour-tp27700690p27700690.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]

