Forum Discussion

minhng's avatar
minhng
Occasional Contributor
28 days ago
Solved

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...
  • minhng's avatar
    25 days 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.