If you want to use your TestEngine license on a different machine, you must first deactivate it. This topic explains how to do that.
Using Web UI
-
Open the TestEngine web interface and log in as an administrator:
http://<testengine-host>:<port>/For example, if TestEngine is installed on your local machine and you run it on the default port, use the following link:
-
Go to Admin > License and click Uninstall License:
-
In the dialog that appears, click Uninstall:
Using API
Use the following operation:
Authentication
Example
Use the following command line:
In this example:
-u admin:password
-X DELETE
"http://localhost:8080/api/v1/license"
-
Create a project by using the TestEngine API definition. See Creating Project From OpenAPI/Swagger Definition to learn how to do it.
Tip: You can also create the needed request from scratch. -
Select the DELETE request to the /api/v1/testjobs/license resource:
-
Open the Auth panel.
-
Select the Basic (Built-in) authorization type.
Tip: If you use the same credentials in several request, use authorization profiles. -
Specify the admin credentials and select the Authenticate pre-emptively option:
-
Send the request:
The address and port of your TestEngine installation.
See Also
Activating TestEngine License
Reactivating TestEngine License
Analyzing License Usage