Forum Discussion

Prabhu_sudarsan's avatar
3 years ago

How to update the testrunner if multiple peoples are working in the same project while commit & pull

Steps:

Resource 1: Creating Testcase 1 to 5 in Test runner and data table.

Resource 2: Simultaneously, Adding the Testcase 1 to 4 in Test runner and data table.

Resource 3: Simultaneously, Adding the Testcase 1 to 3 in Test runner and data table.

In the above case, 12 Testcases been added, but while try to commit the code, how the test runner and data table will get updated in the repository?

 

Can any one help to provide the solution?

2 Replies

  • Marsha_R's avatar
    Marsha_R
    Champion Level 3

    If those are all in the same project, I don't think you can rely on the merge in the repository to help out.

     

    You have a couple of choices.  If it was my project and all those test cases are related, I would have one person work on them all.  If you need separate people to work on them, then you could give each of them a separate project to work on and then merge them into one project and commit that project. Once they are merged, anyone who works on those tests should start from that project.