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 |
What is CMM?
In the team both developers as well as testers will be included na,if so then the same TL will assign the work for testers also or else TL will be different for testers?
What is difference between regression testing and re- testing?
give an example for load testing
suppose i received 3 build b1, b2, b3 on which build i will do regression testing
The company is developing a new piece of software. The application allows a computer user to use the print option of any existing application to save the output into an HTML file instead of printing. -Based on the scenario above, which test methods do you use to make certain that the new software will work properly with existing applications?
Tell me about SOFTWARE DEVELOPMENT LIFE CYCLE? Explain in brief?
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
diff stages between open and fixed status in defect bug cycle
How is your project connected to the Database...tell the procedure??
What is the advantage of V-model compared to other models?
There is a field called "Departure Time" Write the test cases for this field.