Work with TestEngine
To perform most actions with TestEngine, you use the TestEngine REST API.
Also, some operations are available via the TestEngine web interface.
TestEngine endpoint
The TestEngine is available at:
http://{host-name}:{port}
where —
host-name
- the address of a machine where TestEngine is installed and running,port
- the port that TestEngine is using. The default port is 8080. To run TestEngine on a different port, modify the TestEngine configuration file.
The endpoint of TestEngine installed on your local computer and using the default port is the following:
http://localhost:8080/
TestEngine REST API Definition
The full list of API operations and their parameters is available on SwaggerHub:
https://app.swaggerhub.com/apis/smartbear/readyapi-testengine/
Common tasks
The following topics describe how to accomplish the most common tasks in TestEngine: