What is Version control?
Answers were Sorted based on User's Feedback
Version control is a software which provides the convenient
way to store the files manage changes to the files over time
. They generally involve a repository for storing all of the
file versions. Here we can add files to the repository,
Commit new changes to the repository recording data and
author. Compare a file with the repository. But i has a
limited access.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / akshar
Version control is a software used for configuration
management. If any new versions of software are available
then we can add in this tool. Only authorised persons r
having the right 2 modify the data. It contains like
design, plan,coding,test cases etc. .
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mike
Version Control is a process and practice which includes the version control assisting software Sudeepth and Akshar mentioned above, it also requires a consistent practice of checking out software, modding it as needed, and not just then checking it back in, but documenting what was done, where it was done, and of course, by whom.
As Akshar said, it does not necessarily have to be limited to code. Version control can also be applied to design documents, functional specification documents, test plans, test cases, test data sets, etc...anything and everything related to a software project can be put under version control (and its almost always worth the effort!).
| Is This Answer Correct ? | 0 Yes | 0 No |
How to invoke QTP through VBscript?Send me full code along with description of the code.Thanks in Advance
What is the Maximum syncronization timeout in seconds in QTP 9.5
using descriptive programming how to close all opend browsers?
How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming
give one example where you have used regular expression?
What is the extension of script and object repositary files?
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
How software tester can use constants and variables in scripts?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
If you use low level recording,what objects will be recorded in Object Repository and what properties?
Hi... Can anybody help me to write the vbscript for this question..!!! Am having a string "HELLO WORLD", i want to find how many "L"s are there.....????? --> HANEEF <--