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}

go.gifSee details on SwaggerHub in the ReadyAPI TestEngine API – Update User section.

Using Web UI

  1. Open the user menu and select Change password:

    Change user password: User menu

    – 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
  2. On the Account page, enter the current and new passwords, confirm the new password, and click Save Changes:

    Change user password: Enter the current and new passwords

    Tip

    Click show-password.png to reveal the password.

See Also

Publication date: