Answer Posted / gguueesstt
CVS is a version control system. Using it, you can record
the history of your source files.
For example, bugs sometimes creep in when software is
modified, and you might not detect the bug until a long
time after you make the modification. With CVS, you can
easily retrieve old versions to see exactly which change
caused the bug. This can sometimes be a big help.
You could of course save every version of every file you
have ever created. This would however waste an enormous
amount of disk space. CVS stores all the versions of a file
in a single file in a clever way that only stores the
differences between versions.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
If date field is a text field write test cases to validate it?
What are the main key components in Web applications and Client Server applications? and their differences?
can u plz give an example for regression testing with example.
negative test cases on banking domain ?
What is the difference between IE, Opera & Mozilla Firefox in web Testing and which brower will think that is much better?
Diffrence b/w functional testing,functionality testing,system testing?
Login screen with Username, Password input fields,remember me check box,sign in and reset button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?
What is the quality process is following in your organization.
Assume a login page, and you have written 10 cases(say for example). How will you justify that these 10 testcase suffient for the login and how do you say this is 100% satisfies the need.
What are the queries mostly asked in testing ? give me some examples.
Manual and automation how do they help in bringing out quality product? Explain?
How many bugs occured will be considerd appropriate over 1000 steps when inspecting software? Describle an approriate Bug value.
Why testers wil prepare useracceptance testcases,system testcases and integration testcases,What is the differenece between all this test cases
Can any one give a summary of testing a territory management system? what would be the test scenarios, few test cases. how it works.