how to login multiple users with different input in different threads in Jmeter using CSV data set config -
How to login multiple users with different input in different threads in Jmator using CSV data set config? I've added the CSV data set config but the thread is only selecting the first entry and IM is not able to see responses for other user logins
If you use the CSV data set config which contains parametric values that will use users (threads) while the script is running.
Below is a snapshot of the jmeter's csv data set config in which the emp CSV file contains the value,
Nachiket, 101, test Nikhil, 102, Test Harish, 103 , Test for empname, empid, passwd, respectively, for 3 users if you run a test with 3 users, then thread 1 will take first and second thread to the second valve You can repeat it if it has less value than Threads.
Comments
Post a Comment