Forum Discussion
Philip_Baird
12 years agoCommunity Hero
Hi Tanya, yes you are correct, we are using Source Control for maintaining our code base.
My main concern is really around when tests are being debugged, the Test Complete IDE can open up referenced Script Units in a code editor which could result in someone inadvertantly changing Framework code which could result in:
1. Unintended commits to the Framework which could break tests in other projects
2. Commits to test code that rely on the altered Framework code, which is not subsequently committed, resulting in execution failure when next checked out
Being able to lock the code editor as read only for referenced Script Units would eliminate these risks
Phil