Parameterization in Eggplant Performance using data table

How can I assign a data file of user logins so that every virtual user can use the unique id and password within a single injector?

Hello,
To assign a data file of user logins so that each virtual user can use a unique ID and password within a single injector, you can use a CSV file and parameterize the virtual users to read from it.

  1. Create a CSV file with columns for ID and password.
  2. Configure your injector (e.g., JMeter) to read the CSV file.
  3. Set up a CSV Data Set Config in the injector to read unique rows for each virtual user.

This ensures each virtual user gets a unique login.

Best regards,
Jennifer Block