Change Your Password
To change your own password, you can either use the web interface of TestEngine or send a request to the TestEngine API using curl, ReadyAPI, or any other similar tool.
Using API
Use the following operation:
PUT http://<testengine-host>:8080/api/v1/users/{username}
See details on SwaggerHub in the ReadyAPI TestEngine API – Update User section.
Using Web UI
Open the user menu and select Change password:
– or –
Go to the account settings page:
http://<testengine-host>:<port>/account
For example, if TestEngine is installed on your local machine and you run it on the default port, use the following link:
http://localhost:8080/account
On the Account page, enter the current and new passwords, confirm the new password, and click Save Changes:
Tip
Click
to reveal the password.