Hello,
I'am evalution Testlink to a repacement for the tools we are currently using (Testmanager from Rational, expensive one....).
We have a large amount of testcases (around 3000). The testsuites we then should export and convert to Testlink xml-format is in size up to 4000 kB.
When importing to testlink it says that the max. size of the file is set to 200 kB. There is no way to increase this, or?
Best Regards
Fredrik
max. size of import files 200 kb, can it be increased?
Look at config.inc.php.
Code: Select all
// Also check your PHP settings (default is usually 2MBs)
define('TL_IMPORT_LIMIT', '204800'); // in bytes
/** maximum line size of the imported file */
define('TL_IMPORT_ROW_MAX', '10000'); // in chars