Forum Discussion

NAVTEQ_Support_1's avatar
NAVTEQ_Support_1
Contributor
13 years ago

Decreasing memory usage

Hi,

we have projects with large amount of tests where fairly long responses are being processed. To give you some idea - one project has over 700 tests and majority of them end up with responses longer than 300kb which are then asserted with various groovy scripts.
Running the whole project is a tough nut then - we are hitting memory limit of SoapUI/Java and tests are then failing or even if we manage to run all of them, SoapUI is not able to generate report.

I know that splitting project into smaller ones would help but those tests are really logically connected and we would like to keep them together. I was thinking about possibility to clear periodically results of tests which were already completed, something like special test step that would discard those large responses.

Is there something you can recommend to help with this?

Thanks,

roman

3 Replies