Answer Posted / sirisha
CVS-Concurrent Version System
CVS is like common repository where all the versions of
specific document will be present.Once the document is
placed in cvs,anyone related to that project can modify
it,having the permissions of deleting/updating/editing.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
What are the main key components in web applications?
What are tools of performance testing?
What are differences between Testing in Uncontrolled Environment and Abnormal Environment?
What are the Major Functionality for a ATM machine ??
What’s the difference between a bug and a defect?
How to do the performance testing manually? Does you have a test case for that?
what is your daily activities?
What are the principles of software testing?
What is Stability and Performance Testing in Testing the TV
i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?
what are the common errors while doing integration,system,functional,regression,user acceptance testing? can anybody please let me know the answers it is too urgent???
You want a automation tool to be used for your project. How will you convince the client for the same. Please give me specific answer.
What is desk checking and control flow analysis
What are testing techniques? What is difference between general and specific?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }