Forum Discussion

wjblazek's avatar
wjblazek
Occasional Contributor
7 years ago
Solved

Parsing a huge json body in a groovy step

I have a REST request that returns a HUGE json body, 3.6+M bytes, 76+K lines, that I need to validate.  I'm using a separate groovy step to do the validation. The request responds fine and I see th...
  • nmrao's avatar
    7 years ago

    Here are general actions you could do:

     

    • Increase Heap Size, please follow the documentation
    • Use UI tool, to design the test cases, and recommend SOAPUI_HOME/bin/testrunner utility to execute the tests
    • While using UI tool, close unrelated projects in the workspace