Configuring the project results database
Historical test data is stored in the HCL OneTest™ API project results database. It is difficult to estimate the space that is required as the number and type of tests to be run varies. When you create the project results database, 50GB is probably a good starting point.
- IBM® Db2®
- Oracle
- Microsoft™ SQL Server
- MySQL
For information about the supported versions of the database, see the the download document https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0078997.
section inAfter you install HCL OneTest™ API, you can create the project results database in an existing, empty, and supported database. The required IBM® Db2® and the Oracle JDBC drivers are installed with HCL OneTest™ API, and connectivity is established later from all clients, including agents.
lib
folder of the HCL®
Quality Server
installation directory (for example, C:\Program Files\HCL\HCLProducts\QualityServer\usr\servers\defaultServer\apps\RTCP.war\WEB-INF\lib
).The database creation scripts can be found in the scripts
folder
of the HCL OneTest™ API installation directory (for example, C:\Program Files\HCL\HCLProducts\API\scripts
).
A script is provided for some of the supported database providers:
- IBM®
Db2®:
ghtester_db2.sql
- Oracle:
ghtester_oracle.sql
- Microsoft™ SQL Server:
ghtester_mssql.sql
- MySQL:
ghtester_mysql.sql
The appropriate script can be run against an empty database by a database administrator.
- INSERT, UPDATE, DELETE, SELECT on all the HCL OneTest™ API tables
- EXECUTE PROCEDURE
- SELECT SEQUENCE on the HCL OneTest™ API sequences for the Oracle databases
For managing test cycles, you must configure a project results database. For details on test cycles, see Test cycles overview and management.