Hi, everybody
I would like to create a new project B from existing project A, and I have 2 questions.
1. After TL created the project B, but there were only part of test cases(470 test cases) created from project A. The number of test cases in project A are 1500, how to create the total number of test cases.
2. Can the test cases in project B synchronise with project A after we edit the test cases in project A?
Thanks.
Create from existing Test Project
Moderators: Amaradana, TurboPT, TL Developers
Re: Create from existing Test Project
I had a similar problem copying projects. It was awhile back, but I think I just upped the available resources in order to get all of the test cases copied to the new project. I can't remember exactly, but I believe these are the settings we increased:
Here are the settings we tweaked in php.ini awhile back:
max_execution_time = 600
max_input_time = 600
memory_limit = 4096M
Here are the settings for our current TestLink install in php.ini.
max_execution_time = 1800
max_input_time = 1800
memory_limit = 5096M
Also, you might have to wait awhile for everything to complete.
Here are the settings we tweaked in php.ini awhile back:
max_execution_time = 600
max_input_time = 600
memory_limit = 4096M
Here are the settings for our current TestLink install in php.ini.
max_execution_time = 1800
max_input_time = 1800
memory_limit = 5096M
Also, you might have to wait awhile for everything to complete.

Re: Create from existing Test Project
I believe Projects are completely separate, so there is no synchronization between them. I could be wrong on this though.