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
Is there a limit adding test cases to plan? [1.9.8]
Moderators: Amaradana, TurboPT, TL Developers
Re: Is there a limit adding test cases to plan? [1.9.8]
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
regards POST SIZE limit on webserver and / or php.ini
Re: Is there a limit adding test cases to plan? [1.9.8]
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
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
Re: Is there a limit adding test cases to plan? [1.9.8]
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
- 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/
-
- 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]
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 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
Re: Is there a limit adding test cases to plan? [1.9.8]
I solved the issue with .htaccess.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
Please see my previous post.
Cloud solutions, https://onemediahub.com/