vema
3 years agoNew Contributor
Multiple users sharing(and updating) the same project without use of Git or any other repositories.
I have developed multiple test projects in ReadyAPI by now. I need to share the projects with other team members in the technology team. I was wondering what I need to do to make sure the changes the...
- 3 years ago
vema,
if you need to share and change the same testing project, I believe using Git is the right way, and I am not aware of any (better) alternative.
The benefits are:
- you can collaborate (doing changes simultaneously)
- you can track all changes
- you have a shared repository, which can be controlled/secured
Though, you need to get familiar with Git.
If you stay with a single XML format you can't have all these benefits, it's a large file which changes at many places every time.
Best regards,