minhng
8 months agoOccasional Contributor
JDBC results are stored in the ReadyAPI project
Hi, I see that the search results retured from a JDBC-test step are stored in the test case file in my composite project. It makes the file size turns out to be huge and is impossible to push into G...
- 8 months ago
I have figured out why the test case xml file is growing big. It is caused by the smart assertion in the JDBC-test step. The records in the response are stored in the xml-file.
I deleted the assertion and add a subsequent Groovy test step to verify the result. The file size is reduced remarkably.