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 |
Define performance and stress testing?
What is Bugzilla ?
what are the inputs fo writing testcases and what are the outputs after executing the testcases?
What are the types of testing that apply in web applications and not in client/server application (Ex. Broken links i.e there in web, not there in client/server) and also the vice versa
How to explain the Insurance project in the interview?
What do you mean by review? How many reviews are there in manual testing? please explain those?
what is meant by system testing?
in manual testing functional testing means to check the behviour of the appln.it is correct or let me know
What is meant by code walkthrough?
What is Change and configuration management repositoty
PLS SEND REAL TIMERS, WHAT IS SOA TESTING..IM TRYING 3+ YR.. I HAVE GOOD KNOWLEDGE ON MANUAL TESTING... NOW IM NEW TO LEARN "SOA TESTING" IS BEST OR NOT? BEFORE LEARNING SOA TESTING ANY SKILLS ARE REQUIRED..... AND NOW WHAT IS THE MARKET FOR SOA TESTING... AND IT IS BASED ON PROGRAMMING OR NOT?
for example, if we have a textbox ranging from 0-100. which methodology we are using & what are inputs we are observed?