What is the best practice solution for sharing a project across multiple automation developers?
We have both Subversion and Team Foundation Server (TFS) for storing our projects. We want to be able to use the same Elements repository by all the developers working on the project. Also, we need all the files required to be stored in revision control so anyone on the project can execute and maintain a script.
We have noticed issues with TFS that not all the required files are stored in revision control. Scenario below.
Developer A works a project, has a running Test, checks into TFS.
Developer B needs to run the test, gets it from TFS, Telerik shows a compile error.
We have both Subversion and Team Foundation Server (TFS) for storing our projects. We want to be able to use the same Elements repository by all the developers working on the project. Also, we need all the files required to be stored in revision control so anyone on the project can execute and maintain a script.
We have noticed issues with TFS that not all the required files are stored in revision control. Scenario below.
Developer A works a project, has a running Test, checks into TFS.
Developer B needs to run the test, gets it from TFS, Telerik shows a compile error.