0
votes

How can I parameterize the username and password from HTTP Authorization manager?

I tried to parameterize the username from HTTP Authorization manager, and it's not taking the new parameters from the CSV file.

I checked the response, and it always takes 1st parameter.

How can I solve this problem?

1

1 Answers

0
votes

Most probably your JMeter setup is not correct in terms of JMeter Scoping Rules

Try placing your CSV Data Set Config and HTTP Authorization Manager to be children of the HTTP Request Sampler you would like to parameterise.

JMeter Auth Manager CSV Data Set Config Scoping Rules

Also make sure there are no recorded hard-coded values somewhere in HTTP Header Manager as it might override the value, generated by the HTTP Authorization Manager