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 QuickTest Automation Object Model? Where we can use AOM?
When you are running a batch test of 5 scripts and in 2nd script appln crashed, what hpns then?
What is the difference between call to existing action and copy of an action?
Is text area check point supports for web applications?
Is QTP Object Oriented language or Object Based language? What are the OOPS concepts it will support? Why it wont support all the OOPS concepts?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"
What is a runtime datatable ?
How to get the column count and column name from the resultset in the database connection program?
What are Test case selection criteria for Automation?
How do Parameterization and Data-Driving relate to each other in QTP?
Explain the concept of object repository & how qtp recognizes objects?