Forum Discussion

krkarthik_info's avatar
krkarthik_info
Frequent Contributor
8 years ago

How to define/access Test Items of project B in project A

Hi All,

 

I have one Regression Project Suite. In which multiple projects are there, lets say Project A and Project B. Project A has 400 Test Items defined and Project B has 100 Test Items defined. 

 

I am using Jenkins to execute my tests using TestComplete plugin. In that I have selected option Entire Suite which will run all 500 Test Items in my test machine. The execution time was around 20 hrs.

 

To reduce the execution time I have got one more machine. I have decided to create two jobs in Jenkins one job will executed Project A test items and one job will execute Project B test items.

 

To equally distribute the test items between Project A and Project B. I tried to have some project A test items in Project B. Unfortunately I could not do so.

 

Is there any way to achieve this.

 

Thanks,

Karthik K R 

1 Reply

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    TestItems are a configuration of the project to organize the tests in a project in a manner for them to be executed. You cannot "redistribute" them between projects because they are an intrinsic part of the project.  You would need to actually edit the projects to do the redistribution... which will take actually moving test cases from one project to another.