Problem in associating the test cases to Test Plan

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
jojo
TestLink user
Posts: 3
Joined: Thu Oct 15, 2009 10:29 am

Problem in associating the test cases to Test Plan

Post by jojo »

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.
Amaradana
Member of TestLink Community
Posts: 398
Joined: Mon Feb 16, 2009 11:19 am
Contact:

Post by Amaradana »

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
jojo
TestLink user
Posts: 3
Joined: Thu Oct 15, 2009 10:29 am

Post by jojo »

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?
gk1981
Advanced user
Posts: 20
Joined: Wed Sep 24, 2008 8:59 am

Post by gk1981 »

I am facing the same problem with adding test cases to test plan on Test Link 1.8.4. Please let me know if you have any solution.

Regards,
GK
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

Please check logs for errors and let us know what you see? Did you try different browser?
gk1981
Advanced user
Posts: 20
Joined: Wed Sep 24, 2008 8:59 am

Post by gk1981 »

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.
gk1981
Advanced user
Posts: 20
Joined: Wed Sep 24, 2008 8:59 am

Post by gk1981 »

I am having the same issue on Firefox as well.

Firefox Version: 3.5.3
IE Version: 7.0
Amaradana
Member of TestLink Community
Posts: 398
Joined: Mon Feb 16, 2009 11:19 am
Contact:

Post by Amaradana »

Currently I am using 1.8.2. I still cant find any issue i was able to do it successfully. Need to see why is it happening, what about the file size configurations in config.inc.php?
Thanks,
TesterWorld
Http://amartester.blogspot.com
gk1981
Advanced user
Posts: 20
Joined: Wed Sep 24, 2008 8:59 am

Post by gk1981 »

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;
Amaradana
Member of TestLink Community
Posts: 398
Joined: Mon Feb 16, 2009 11:19 am
Contact:

Post by Amaradana »

I dont think that was the problem. I am not sure why your facing problem. But i have not faced any problem and i can do it successfully.
Thanks,
TesterWorld
Http://amartester.blogspot.com
Post Reply