minhng
6 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 GitHub - where the file size limit is 50MB.
My question is how to prevent test runs from storing JDBC response in the file and how to remove those in existing files.
Thanks in advance.
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.