What is Version control? can any one help me its urgent
thanks in advance
Answer Posted / paddu
Version control (also known as Revision control, source
control) is the management of multiple revisions of the
same unit of information usually the software. As software
is designed, developed and deployed, it is extremely common
for multiple versions of the same software to be deployed
in different sites, and for the software's developers to be
working simultaneously on updates. Bugs and other issues
with software are often only present in certain versions
(because of the fixing of some problems and the
introduction of others as the program develops). Therefore,
for the purposes of locating and fixing bugs, it is vitally
important to be able to retrieve and run different versions
of the software to determine in which version(s) the
problem occurs. It may also be necessary to develop two
versions of the software concurrently (for instance, where
one version has bugs fixed, but no new features, while the
other version is where new features are worked on). At the
simplest level, developers could simply retain multiple
copies of the different versions of the program, and number
them appropriately. This simple approach has been used on
many large software projects. While this method can work,
it is inefficient as many near-identical copies of the
program have to be maintained. This requires a lot of self-
discipline on the part of developers, and often leads to
mistakes. Consequently, systems to automate some or all of
the revision control process have been developed.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
You have a testing team of 10 members, and now you have to reduce it by 5 member and you dont want to increase risk in your product, you are try to cover all functionality to test. What test Strategy you follow.
What is bug release?
How can you define state tanstion testing aswell decesion testing with examples.how you can differ them too??
What makes a good test engineer?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
discuss black box and white box testing is not widely used if you disagree tell me why?
Can you explain steps in function points?
test measurment techniques
What are the advantages of automation over manual testing?
How we test the bulk of contents in web page using manual testing? Is any open source tool available for that ? Thanks in advance..
ANY ONE HAS ATTENDED THE INTERVIEW FOR WIT INNOVATION P LTD? THEN KINDLY LET ME KNOW ABOUT THE INTERVIEW PROCESS AND QUESTIONS ASKED.
What are the typical risks that you identify during test planning and their mitigation plan and Contengency plan.
test cases for Insurance Processing System ?
please give information about ERP Projects and how V-model use in project
What is the difference between functional requirement and non-functional requirement?