connect to database with “application_name” configuration
Database Operations connect to database with “application_name” configuration Keyword Given, When, And, Then Description Will connect to the database using the given configuration. Declaration Code Element Application Test Data Given connect to database with “LocalDatabase” configuration NILL LocalDatabase database MYSQL 8.3.0 jdbc:mysql://localhost:3306 STANDARD root root soliterata com.mysql.cj.jdbc.Driver NILL Remarks The “applicationVar_name” should be provided in double quotes and must correspond to a valid configuration. Restriction The configuration details must be defined in the application configuration file. Table of contents Keyword Description Declaration Remarks Restriction
connect to database with “application_name” configuration Read More »