Forum Discussion
shiva_kakarla
18 years agoContributor
I was getting heap space out of memory error in my eclipse IDE since the projects are of 25MB size. I am executing groovy script in dos command prompt.
I see that testcases are getting executed and the response is logged in tcpmon tool but with some validation errors thrown from my application. I also removed Xerces jar from groovy lib folder and i still get the same exception.
Actaully I have initialized SoapUIProTestCaseRunner and set the target host using proTestcaseRunner.setHost('host:8080') but the requests are going to localhost and then tcpmon is port forwarding to host. Do the setHost() api has bug?
How do I get the log of all testcase requests and responses like the commandline testcase runner option -a.
Thanks
Shiva
I see that testcases are getting executed and the response is logged in tcpmon tool but with some validation errors thrown from my application. I also removed Xerces jar from groovy lib folder and i still get the same exception.
Actaully I have initialized SoapUIProTestCaseRunner and set the target host using proTestcaseRunner.setHost('host:8080') but the requests are going to localhost and then tcpmon is port forwarding to host. Do the setHost() api has bug?
How do I get the log of all testcase requests and responses like the commandline testcase runner option -a.
Thanks
Shiva