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 integration testing
risk driven testing
What is localization testing?
Hi, this is sekhar yadav plz answer my questions with(examples) highest seviarity &lowest priarity and lowest seviarity & highest priarity ???? i want proper answer .. thankq
Advantages and Disadvantages of different SDLC models?
8 Answers Harvard, IBM, Midas Technologies,
Could anyone let me how to write test cases in Manual Testing with the real time examples.
What are the main key components in web applications and client and server applications?
An employee table, with the columns id, name, sal and dob.Query to select emp names of all highest salaries(there are 4-5 people having the same salary which happens to be the highest).
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form
which process u followed in ur company?
on what basis can u estimate test cases for particular screen??
Which testing is called as "confidence Testing"?