Create from existing Test Project

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

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
Canbee
TestLink user
Posts: 2
Joined: Fri Oct 24, 2014 6:48 pm

Create from existing Test Project

Post by Canbee »

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.
ansar
Advanced user
Posts: 27
Joined: Fri Jul 29, 2011 8:24 pm

Re: Create from existing Test Project

Post by ansar »

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. :)
ansar
Advanced user
Posts: 27
Joined: Fri Jul 29, 2011 8:24 pm

Re: Create from existing Test Project

Post by ansar »

I believe Projects are completely separate, so there is no synchronization between them. I could be wrong on this though.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Create from existing Test Project

Post by fman »

Post Reply