question

NMOLINERO avatar image
NMOLINERO asked George_Popovici answered

Java heap space error on Itest

Hi!

I'm doing a readFile of a CSV and that works ok. However, when I apply a response map to it, to read some of its columns, I get this error:

Problems occurred when invoking code from plug-in: "com.fnfr.svt.editors.testcase". Java heap space


I think I can't do anthything on iTest to sort it because I already modified the configuration file, iTest.ini, to have the maximum memory so I ws wondering what's the best way/algorithm to maybe split this CSV and analyze its columns?

Thank you!

iTestresponse mapiTest Enterprisecsvreadfile
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

George_Popovici avatar image
George_Popovici answered

Hi,

It could be useful to see the CSV file you're trying to map and also the data you would like to extract from it.

Response map filtering options could be a solution on having only the output of interest mapped instead of all output.

Thanks,

George

10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

mterry avatar image
mterry answered

How big is your CSV file? Number of rows and columns? It might be better to iterate through each row of the readFile response via foreach loop in Tcl or for loop in Python.

10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.