JDBC APIs
JDBC API settings include basic request information, placeholders, output parameters, check points (assertions), and connection pool settings. Use JDBC APIs to configure test requests that use the JDBC protocol, extract data from responses with output parameters, or validate whether responses meet business expectations with check points.
-
Configure JDBC request parameters
Basic request information includes the database type, test URL, and SQL statements.
-
Use placeholders in JDBC queries
Specify placeholder keys and values on the Placeholders tab of each JDBC API.
-
Configure connection pool parameters on the Connection Pool Settings tab of each JDBC API.
-
Extract data from responses with output parameters to determine whether requests succeed from a business perspective.
-
Use check points to validate whether requests succeed from a business perspective during stress testing.