This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/docs/known-issues-limitations.html
This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/docs/known-issues-limitations.html
Relative to this post Method code too large
When you use TestSuite with a data file, if the data files are very large, Katalon gives an error and does not allow execution.
I’ve proven that this happens with files of about 20 columns and 600 records.
Internal calls should be modified in Katalon, because currently in the same call it enters all the data of the excel. You should manage these calls record to record.