functionaltesting/uft_one_for_api_tests
UFT One Runtime Engine lightweight image for API tests
632
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>
Where
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.
docker pull functionaltesting/uft_one_for_api_tests