This is a migrated thread and some comments may be shown as answers.

Multiple users working in a single project

1 Answer 182 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Deepak
Top achievements
Rank 1
Deepak asked on 20 Sep 2011, 12:45 PM
Hi,

How multiple users with multiple licence can work in Telerik for a single project.For e.g lets say each of them automated few test
cases in their machine.Now how can we sync the different cases into single project.
Can a project be shared in Telerik or do i need to Check-In/Out the scripts on daily basis by resolving all the conflicts. we will be using SVN for version control.

Also as i understand, there is a Page,cs file where all elements are captured.So do i need to update this file too on daily basis for multiple users. 

Please suggest.

Thanks
Deepak 

1 Answer, 1 is accepted

Sort by
0
Cody
Telerik team
answered on 21 Sep 2011, 04:36 PM
Hi Deepak,

I think this KB article has most of the information you are seeking. The one caution I will give you is don't allow multiple people to work on the same individual test at the same time. This will create merge conflicts which cannot be resolved. You would have to resort to keeping the changes made by one person and discarding the other persons changes. As long as they're working on different tests within the same test project you'll be fine.

The Pages.g.cs file is auto-generated from the contents of the Elements Explorer pane. Every time you add/delete elements (usually by recording or deleting tests or test steps) this file gets regenerated. it is also generated when you open a test project. Please do not check in this particular file to SVN. Compiling the test project will also regenerate this file.

Kind regards,
Cody
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Deepak
Top achievements
Rank 1
Answers by
Cody
Telerik team
Share this question
or