DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25590>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25590 User Parameters not being assigned values from user-specific csv files. Summary: User Parameters not being assigned values from user- specific csv files. Product: JMeter Version: 1.9.1 Platform: PC OS/Version: Other Status: UNCONFIRMED Severity: Critical Priority: Other Component: Main AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] User Parameter Config Element is added to the test script and configured for say 2 users (u1 and u2). Say there are 3 user-specific parameters (say x, y and z) I need to read. For user 1 (u1) : I have x=Au1, y=Bu1, z=Cu1 For user 2 (u2) : I have x=au2, y=bu2, z=cu2 If I assign the value for the parameters in the GUI provided, I works fine ! But if I were to read these values from csv files (say User1.dat and User2.dat where User1.dat contains Au1,Bu1,Cu1 and User2.dat contains au2,bu2,cu2)using the __CSVRead built-in function, the values are not assigned as expected (as shown above) Instead the values replaced for the users 1 and 2 are Case:1 If User1.dat is assigned to User 1 For user 1 (u1) : x=Au1, y=Bu1, z=Cu1 For user 2 (u2) : x=Au1, y=Bu1, z=Cu1 OR Case:2 If User2.dat is assigned to User 1 For user 1 (u1) : x=au2, y=bu2, z=cu2 For user 2 (u2) : x=au2, y=bu2, z=cu2 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
