what is cvs in testing
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / prakash
CVS stands for Concurrent Version System. It is a
Configuration management tool used for version control.
It is a repository tool.
| Is This Answer Correct ? | 4 Yes | 1 No |
how do you know the testcases writing completed
What are the possible test scenarios around AVS check of any credit card? (Testing through payment gateway online) (What are the fields we should check while checking AVS and CVV)
what is mean by configuration managaement.. explain with example ?
what are the differences between stub abd the driver ?
What r the checklist to review testcase?
Why would we not include these?
How does one do Regression Testing for Manual Testing projects?
what r the best jobsites for manual and automation testing? except testingken.com
Diffference between System Testing & Integration Testing?
what is agile testing
what is meant by Priority and Severity?
What criteria would you use to select Web transactions for load testing?