InterviewSolution
| 1. |
Explain Version Control. |
|
Answer» Version Control helps us to keep track of changes made to ENTITIES in our project including requirements. In this we can create and manage QC entities while maintaining PREVIOUS version of those entities in requirements. To MAKE changes in an entity in a version control enabled project, first we have to check out the entity. When we check out an entity, QC LOCKS the entity, preventing other USERS from overwriting any changes we make. The checked out version of the entity is not visible to the other user.
Version Control helps us to keep track of changes made to entities in our project including requirements. In this we can create and manage QC entities while maintaining previous version of those entities in requirements. To make changes in an entity in a version control enabled project, first we have to check out the entity. When we check out an entity, QC locks the entity, preventing other users from overwriting any changes we make. The checked out version of the entity is not visible to the other user. |
|