awhawh
8 years agoContributor
Multiple testers simultaneously writing tests against a project controlled through Source Control
Hi, I've been developing a TC framework for my company. The intention is to check-in the project through Visual Studio and enables testers to connect to the project through TestComplete's Source ...
- 8 years ago
One thing that you need to make sure of is that, after checking in the latest changes, the tester gets the latest source again. They aren't going to have exclusively their own test cases only... they will, eventually, end up with the test cases that other testers have added. Merging of the KeywordTests.tcKDT is actually pretty easy with this in mind. It's just a matter of making sure that, when you check in, you have your cases add and don't accidentally remove someone elses. It does take some co-ordination but, to date, with three testers hitting the same KeywordTests.tcKDT file in TFS, we haven't had any problems merging.