what is vss and cvs what is main difference b/w these two
Answer Posted / 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 |
Post New Answer View All Answers
Approach for Installation,comaptibility,system testing
how to evalute defects in QTP script?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
Where we can use the analog mode and where we can use the low – level mode?
Can the user toggle between using Local OR and shared OR for the same action?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
what is the difference between data driver & data driven and driver script?
Difference between test object and run time object?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
How to check bitmap output value?
Which functionalities of QTP used in banking project?
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
How to test login module with different username and password by using data driven testing in QTP?