Test Configurations
Last updated
Last updated
RO Agent is a standalone application that executes jobs on behalf of ReleaseOwl. It currently supports the execution of HCL OneTest UI test cases.
The RO Agent is distributed as a ZIP file. After extraction, it can be launched using the appropriate script:
start.bat
(for Windows)
start.sh
(for Linux/macOS)
To configure and register a new RO Agent:
In Administration, go to RO Agents.
In the page displayed, click Register RO Agent.
Fill in the required details.
Name
Enter the name of your choice for the RO Agent Configuration that is being created.
Host URL
The Host URL is the RO Agent URL that begins with http or https.
Security Key
Security Key value can be found in the agent.properties file.
RO Agent and HCL OneTest UI should be installed on the same machine.
Setting up a Test Configuration allows the ReleaseOwl application to execute HCL OneTest UI scripts with specific parameters from a designated path via the RO Agent.
Steps to Create a New Test Configuration
Navigate to the Project View in ReleaseOwl.
Go to Test Configuration.
On the page displayed, click Create Test Configuration.
Fill in the required details:
Name
Enter the name of your choice for the test configuration that is being created.
Test System
The Test System here is HCL OneTest UI
Git Enabled
If Git enabled, you could access and use Git from HCL OneTest API, and the testing environment is integrated with both local and remote Git repositories.
Test Type
Type of the test to execute. In this case, Web UI
Project Directory
The fully qualified path to HCL OneTest UI project directory. Use '\' or '/' as the file separator. This path must exist on the agent.
Test Suite Name
Name of the script to be executed without the extension.
VM Arguments
Specify Virtual Machine arguments separated by comma (,)
Var File
The complete path to the XML file that contains the variable name and value pairs.
Configuration File
Use this option to specify the complete path to a file that contains the parameters for a test run
RO Agent
Select the RO Agent where the current test should be executed.
Test Configuration for Functional Test
Fill in the required details:
Name
Enter the name of your choice for the test configuration that is being created.
Test System
The Test System here is HCL OneTest UI
Git Enabled
If Git enabled, you could access and use Git from HCL OneTest API, and the testing environment is integrated with both local and remote Git repositories.
Test Type
Type of the test to execute. In this case, Functional
Project Directory
The fully qualified path to HCL OneTest UI project directory. Use '\' or '/' as the file separator. This path must exist on the agent.
Test Suite Name
Name of the script to be executed without the extension.
Iteration Count
The number of Dataset iterations to be run.
User Arguments
Specify additional playback arguments, if any.
RO Agent
Select the RO Agent where the current test should be executed.