Problem in associating the test cases to Test Plan
Moderators: Amaradana, TurboPT, TL Developers
Problem in associating the test cases to Test Plan
If the test suites have more than 45 test cases I am not able to add the test cases of that suites to my test plan. If test suite has less that 45 test case then I can add test cases to my test plan. I am successfully able to load any number of test cases in suite.
I dont think that what you had done, there should be missing something else in your post, as I have 530 test cases in a suite and i was able to do it successfully and even more like 2500 cases in a suite which i have done successfully, Please give few more details steps, and what version your using
Thanks,
TesterWorld
Http://amartester.blogspot.com
TesterWorld
Http://amartester.blogspot.com
I am using testlink 1.8.2.
In one of my created project I was able to add test cases to my test plan from the suites which have more than 100 test cases. Now I have added 2-3 more projects. In one of my project few test suites have more than 45 test cases. I am not able to add the test cases of that test suite to my test plan. If I am deleting the few test cases of that suite then I am able to add the test cases of that suite. That's why I am saying that this is the problem with the number of test cases of that suite. Do I need to do some setting in my database?
In one of my created project I was able to add test cases to my test plan from the suites which have more than 100 test cases. Now I have added 2-3 more projects. In one of my project few test suites have more than 45 test cases. I am not able to add the test cases of that test suite to my test plan. If I am deleting the few test cases of that suite then I am able to add the test cases of that suite. That's why I am saying that this is the problem with the number of test cases of that suite. Do I need to do some setting in my database?
Hi havlatm,
I did check the event audit logs after trying to add testcases in bulk to the testplan. But I am not able to see any logs at all. I tried on Internet Explorer. Will try on Firefox tomorrow and update here.
Actually, the behavior is as follows,
1. When less than or equal to 48 test cases in the test suite, adding test cases to test plan in bulk is successful.
2. When 49 or more test cases, select all or few or even one testcase and click Add/Remove Selected or even Save Execution Order is NOT working. There are no error messages displayed or any logs.
I did check the event audit logs after trying to add testcases in bulk to the testplan. But I am not able to see any logs at all. I tried on Internet Explorer. Will try on Firefox tomorrow and update here.
Actually, the behavior is as follows,
1. When less than or equal to 48 test cases in the test suite, adding test cases to test plan in bulk is successful.
2. When 49 or more test cases, select all or few or even one testcase and click Add/Remove Selected or even Save Execution Order is NOT working. There are no error messages displayed or any logs.
Hi Amaradana,
This is what I have in the file config.inc.php (I have posted only the size related variables/parameters). Please let me know if I need to change anythig on this. I am using TestLink 1.8.4
// the maximum allowed file size for each repository entry, default 1MB.
// Also check your PHP settings (default is usually 2MBs)
$tlCfg->repository_max_filesize = 1; //MB
/** [MISC FUNCTIONALITY] */
/** Maximum uploadfile size to importing stuff in TL */
// Also check your PHP settings (default is usually 2MBs)
$tlCfg->import_max_size = '409600'; // in bytes
/** Maximum line size of the imported file */
$tlCfg->import_max_row = '10000'; // in chars
/** Set the default role used for new users */
// - created from the login page.
// - created using user management features
$tlCfg->default_roleid = TL_ROLES_GUEST;
define("TL_REPOSITORY_MAXFILESIZE", 1024*1024*$tlCfg->repository_max_filesize);
// used to draw charts:
$tlCfg->charts_font_path = TL_ABS_PATH . "third_party/pchart/Fonts/tahoma.ttf";
$tlCfg->charts_font_size = 8;
This is what I have in the file config.inc.php (I have posted only the size related variables/parameters). Please let me know if I need to change anythig on this. I am using TestLink 1.8.4
// the maximum allowed file size for each repository entry, default 1MB.
// Also check your PHP settings (default is usually 2MBs)
$tlCfg->repository_max_filesize = 1; //MB
/** [MISC FUNCTIONALITY] */
/** Maximum uploadfile size to importing stuff in TL */
// Also check your PHP settings (default is usually 2MBs)
$tlCfg->import_max_size = '409600'; // in bytes
/** Maximum line size of the imported file */
$tlCfg->import_max_row = '10000'; // in chars
/** Set the default role used for new users */
// - created from the login page.
// - created using user management features
$tlCfg->default_roleid = TL_ROLES_GUEST;
define("TL_REPOSITORY_MAXFILESIZE", 1024*1024*$tlCfg->repository_max_filesize);
// used to draw charts:
$tlCfg->charts_font_path = TL_ABS_PATH . "third_party/pchart/Fonts/tahoma.ttf";
$tlCfg->charts_font_size = 8;