Forum Discussion

blade's avatar
blade
Occasional Contributor
10 years ago
Solved

Test Case not completing gracefully when Groovy Test Step accessing database.

Ready API 1.5.0 I have a Test Case with the following Steps: 1. A JDBC test step to get the count of rows in a certain table. 2. REST API Request  3. Groovy Script to compare API Response with da...