Changing Username and Password¶
You don't have to re-record a test case to change the username or password. Authentication credentials are configurable on the test case directly, either as a single fixed identity or as a dataset that provides different credentials per virtual user.
Single Username and Password¶
For one fixed credential:
- Right-click test case → Configure → User Identity
- Select the authentication method and update the username and password fields
- Click Finish
The new credentials take effect on the next replay.
Multiple Users via Dataset¶
For different users on each replay (and for load tests where every virtual user needs its own identity):
- Create a dataset with columns
usernameandpassword(and any other per-user data your test needs) - Add rows with different credentials
- Right-click test case → Configure → User Identity
- Select the dataset and map columns to the username/password fields
See Basic/Form Authentication for the complete authentication configuration walkthrough and Datasets & Data-Driven Testing for dataset construction.