In Test Specification:
1- Import the xml file
2- The file has 140kb
3- Contains 50 test cases
ERROR: Only imports 33 test cases
How to import all test cases at once?
XML Import - Does not import all test cases the file
Moderators: Amaradana, TurboPT, TL Developers
Re: XML Import - Does not import all test cases the file
hi
1. what testlink version are you using?
2. the xml you are using is needed to try to reproduce
1. what testlink version are you using?
2. the xml you are using is needed to try to reproduce
Re: XML Import - Does not import all test cases the file
1. Testlink 1.9.19fman wrote:hi
1. what testlink version are you using?
2. the xml you are using is needed to try to reproduce
2. URL XML:https://mega.nz/#!ru5z2YAK!gb5YOgZ60ohS ... bruLIvkksQ
3. Sometimes displays the error below but not always
Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\testlink-1.9.19\lib\functions\logger.class.php on line 1189
Re: XML Import - Does not import all test cases the file
test done on my local installation on laptop => 48 test cases imported
Re: XML Import - Does not import all test cases the file
I've one test case with name='', after removing it I've uploaded 50 test cases without issues
Re: XML Import - Does not import all test cases the file
Removed the test case with name = '' and the XML was imported.fman wrote:I've one test case with name='', after removing it I've uploaded 50 test cases without issues
Thank you
How do I increase the maximum execution time to not exceed 30 seconds?
Re: XML Import - Does not import all test cases the file
for this kind of settings please give a look to php site for documentation
Re: XML Import - Does not import all test cases the file
I found the execution timer here:
php.ini
max_execution_time=300 default was 120
php.ini
max_execution_time=300 default was 120