what is meant by source control?



what is meant by source control?..

Answer / Shrawan Kumar Gupta

Source control, also known as version control, is a system that manages changes to the source code of a software project. It allows multiple developers to work on the same project simultaneously while keeping track of each modification made to the code base.nnKey features of source control include:n
1. Versioning: Each change made to the source code is assigned a unique version number, making it easy to revert back to previous versions if necessary.
2. Branching and merging: Developers can create branches of the code to work on separate features or bug fixes without interfering with each other's work. Branches can be merged once they are ready for integration into the main codebase.
3. Collaboration: Source control facilitates collaboration among developers by providing a central repository where everyone can access and contribute to the project.
4. Backup and recovery: Source control systems provide automatic backups of the source code, ensuring that you always have a safe copy in case of data loss or corruption.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Explain synchronization types in QTP

2 Answers  


How you can replace string in qtp?

1 Answers  


Describe how Smart Identification is used

1 Answers  


How to add multiple values in rows, under a single column of a run time datatable?

3 Answers   NIIT,


What is the difference in between function and sub as well as give some code of both

1 Answers   Wipro,


i have data in excel sheet.i imported the data in data table.while doing parameterization,how the code knows it is a valid or invalid data?

2 Answers   Fiserv,


An object is created, i dont know the methods available for that object, i want to find methods available for that object and use the required method. How i can do this???

4 Answers   HCL,


What are the advantages of Automation objects than Test Objects?

2 Answers   Adobe,


How can the functions inside DLL be called from QTP? i mean How can i use those functions(Inside DLL) in QTP

1 Answers  


Hi friends I am new in Qtp. now i am Searching on Qtp give real time inter questions with answers.pls help me

1 Answers  


What are the file extensions for per-action, shared object repository files and what is the extension for library files?

9 Answers   Semantic Space,


How to find a window is minimized or not

1 Answers  


Categories