Page 1 of 1

How to share same code base/Solution among team?

Posted: Fri Jul 10, 2015 7:49 am
by sunil.pandey
Hi,

Please let me know, if I've 4 automation engineers and 4 ranorex licence then how all of them can work on same solution for different Test cases and check in there work/code, how to sync all this?

Best Regards,
Sunil

Re: How to share same code base/Solution among team?

Posted: Fri Jul 10, 2015 8:03 am
by odklizec
Hi,

I suppose you are all using some kind of version control system, like SVN, TFS or GIT? So it should not be a problem for you to work on different scenarios (test cases) and then merge changes made by each team member to the main solution (during checkin)? Of course, some conflicts (typically in repository) will have to be solved manually.

Please read for example this blog post about using SVN and Ranorex:
http://www.ranorex.com/blog/subversion-and-ranorex

Re: How to share same code base/Solution among team?

Posted: Tue Jul 14, 2015 9:36 am
by sunil.pandey
Hi Pavel,

Thank you for reply! :)

Dose Ranorex have any plan to come up with some solution like TFS?

Best Regards,
Sunil

Re: How to share same code base/Solution among team?

Posted: Tue Jul 14, 2015 11:03 am
by odklizec
Hi,

I don't understand what kind of TFS-like solution you want? Ranorex has already built-in support for TFS and SVN. I don't think there is a need for Ranorex-own version control system? In my opinion, it would be a complete waste of development resources ;)