Establishing a JDBC connection with HCL OneTest Data
You must establish a connection between HCL® OneTest™ Data and the JDBC supported database to generate the schema and to write the generated test data in the database.
Before you begin
You must have created a sample schema in the database. See Creating a sample schema in a database.
Procedure
- Log in to HCL OneTest™ Server and open the team space that contains your project.
-
Open your project.
The Overview page is displayed.
-
Click
. The Data Fabrication page is displayed.
- Click New from the Connections tab to create a new connection.
- Select JDBC as a connection type and click Next.
-
Enter the following properties of the connection in the
Properties dialog.
-
Click Test to verify whether the connection is
established successfully.
Note: If the connection fails to establish, it can be because of any of the following reasons:
- Mismatch in the version of the drivers.
- Unreachable database.
- Missing database.
- Unsuccessful copying of the connector jar file.
You can run the following command to check the logs of HIP Server to get more information about the reason of failure:
kubectl logs {my-ots}-hip-server-0 -n test-system
Results
What to do next
You must provide a name for the connection, and then generate a schema. See Generating a schema in HCL OneTest Data.