UFT One Runtime Engine lightweight image for API tests
2.3K
The UFT One Runtime Engine lightweight image for API tests is a Docker image you can use to run UFT One API tests, without installing the full UFT One product on each testing machine. The Docker image is built based on Linux and .NET 6 and requires only a valid UFT One license.
To use this Docker installation, you must have:
Open the command windows and run the following command to pull the latest image of uft_one_for_api_tests.
Docker pull functionaltesting/uft_one_for_api_tests:latest
Running a UFT One API test requires a concurrent license.Run the following command to install a UFT One license and run API tests:
docker run -it -v <host-test-directory>:<container-test-directory> functionaltesting/uft_one_for_api_tests[:tag] -test <container-test-directory> -reportPath <report-directory-path> -licenseServer <License_server_ip>:<port>
The current release is a technical preview version, supporting the following activities:
The following activities are not yet supported on this image:
For more details, see the UFT Help Center.
Content type
Image
Digest
sha256:56ae7e563…
Size
385.2 MB
Last updated
almost 3 years ago
docker pull functionaltesting/uft_one_for_api_tests