Is there a limit adding test cases to plan? [1.9.8]

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
mchinery
TestLink user
Posts: 4
Joined: Fri Sep 24, 2010 12:22 pm

Is there a limit adding test cases to plan? [1.9.8]

Post by mchinery »

Hi,

I have a number of tests in a test suite (200) that have 7 platforms also assigned so a total of 1,400 tests.
I have been trying to add all these tests to my test plan but only 56 tests (392 with platforms) are added even though all check boxes were selected.

Is there a limit to the number of test cases and associated platforms that can be added to a test plan?
Could this is to do with having all these tests in a single test suite?

Is there a config setting I am missing?

If anyone has also experienced this how did you work around it?

Running TestLink 1.9.8
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Is there a limit adding test cases to plan? [1.9.8]

Post by fman »

old issue already explained on mantis (and I think also here - a NOTE IS NEEDED ON NEXT README)
regards POST SIZE limit on webserver and / or php.ini
Evelin
TestLink user
Posts: 12
Joined: Thu Aug 04, 2011 11:39 am

Re: Is there a limit adding test cases to plan? [1.9.8]

Post by Evelin »

Hi mchinery,

We experienced this problem, too. At first, we tried set max_input_vars in php.ini to 5000 and then to 10000 which increased the number of test cases added to the test plan but did not solve the problem.
For us, the solution was to update PHP. You need PHP 5.3.10 or higher.

See Mantis: TestLink 0005953 >> http://mantis.testlink.org/view.php?id=5953#c19788

Cheers,
Evelin
gianmaria
Advanced user
Posts: 54
Joined: Sat Dec 15, 2012 7:40 am
Location: Pavia, Italy
Contact:

Re: Is there a limit adding test cases to plan? [1.9.8]

Post by gianmaria »

You can solve the problem also with:
- make under the testlink folder the file .htaccess
- add the string "php_value max_input_vars 10000"
- change the owner of the file to apache
Cloud solutions, https://onemediahub.com/
dgold78-gmail-com
TestLink user
Posts: 1
Joined: Sun Nov 03, 2013 10:44 am

Re: Is there a limit adding test cases to plan? [1.9.8]

Post by dgold78-gmail-com »

I have php 5.3.24
I made the change in php.ini and restarted web server.
I still have the same issue. Cannot add more testcases to a testplan.
Any other suggestions?
What changes need to be made on the web server config?


thanks
gianmaria
Advanced user
Posts: 54
Joined: Sat Dec 15, 2012 7:40 am
Location: Pavia, Italy
Contact:

Re: Is there a limit adding test cases to plan? [1.9.8]

Post by gianmaria »

dgold78-gmail-com wrote:I have php 5.3.24
I made the change in php.ini and restarted web server.
I still have the same issue. Cannot add more testcases to a testplan.
Any other suggestions?
What changes need to be made on the web server config?


thanks
I solved the issue with .htaccess.
Please see my previous post.
Cloud solutions, https://onemediahub.com/
Post Reply