what is vss and cvs what is main difference b/w these two
Answers were Sorted based on User's Feedback
Answer / minni
VSS and CVS and configuration management tools.
Visual Source safe is Microsoft product and CVS is
concurrent Version system.
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / dheeraj shandilya
VSS(Microsoft visual sourcesafe) is a source control
software,while CVS(Concurrent versioning system) is a
client server revision control software. Both serves the
same purpose.
Difference:
CVS is aclient server platform , while VSS is not a client-
server platform. It is a client-filesystem platform.
For more difference see,
http://www.pushok.com/soft_cvs_vsvss.php
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pandu
VSS allows multiple people to edit on a file, CVS will have
one version of the file. so in VSS u should take care of
the users who all are accessing and using, a similar
problem could also come in CVS.
Is This Answer Correct ? | 3 Yes | 4 No |
what is the difference between invoke application and system.util.run
what is the exact testing process in qtp plz explin ?
What are test settings and global settings?
I want to create Excel object on another machine which is in network i written the code "Set se=createobject ("Excel.Application","\\ankur")"here \\ankur is the name of that machine but i m getting the error of permission denied create object can anybody help me
How the exception handling can be done using quicktest professional (qtp)?
what are the challenges you have faced while testing web based application using the automation tools ?
Mention the different actions types of qtp.
cud anybody please tell me the full form's of the extention files that we use in real time---.tsr,.mtr,.qrs
how can i pass parameters into function?
If aclient comes to tester ask to bye a tool Keep aside about the cost,In what way we can choose the tool.
Hi All, I am a beginner in QTP and have understood the basics of QTP by going through tutorial. I am trying to Automate a HRMIS application, What is the right approach to Automate this application. Kindly answer. Thanks in advance
Can you write User defined function for WebEdit ? Note1: This function can be used for all web edits in all pages Note2: Don't use Child objects method