Project sharing on the network for two people to access and modify the project at the same time

Hello!

We will use Katalon here in the company to carry out the automation of some tests. I need to know how to share the same project for two people to use at the same time.

For example, I will put the project in the C: \Test folder and I need two people to use that same folder to carry out the automation.

I didn’t find anything that explains the process for this sharing.

Any tips are welcome.

Thanks.
Carlos Messias.

@carlos.laranjeira I don’t think it would be a good idea or it will even work.

The best is to use git and push pull from a single repository.

The 2 people will work on different branches and once there work is done that branch can be merged to one master branch.

1 Like