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 chaild object method? When we will go for chaild object method? How to use chaild object method?
7. Given scenario is like this: One Web table is there and you have to search and retrieve a cell data which is equal to the given number say:123. Assume you have given with the column name/id of the table where the number may exist. So now you have to go to the given column and search for the number 123 and retrieve it along with the row number of it.
how i can delete the excel process for the task manager using QTP
Give me exact application where we should use low level recording?
What is dictionary object? what is the use of it? How you will display all the items in the dictionary object?
how do u get lib files into scripting files?
How to use QTP for Regration testing, plz tell as with short Example of login window? plz tell as....
if you have the same application screen with 7 drop down boxes and approximately 70 values how do you test with QTP?
There are two tabs in the application suppose, A and B.On clicking the tab "A" one table grid will open. if u click on tab "B" Another table gride will open. Now can I do some operations on both table grids with a single table grid properties in the object repository? I have added all objects of the first table grid into the object repository Now iam checking enable/disable status of "save button" in the second table grid my code is like this val=javawindow("zseries").javabutton("save").getroproperty ("enabled") when I highlighting the save button in the object repository by keeping open the second tablegrid on the application.It is displaying the popup message"The selected object can not be found in the application" can I use properties of one table grid for both tabs if so how it is possible. Can anyone help me
What is the difference in between function and sub as well as give some code of both
What contains Data Driven Framework document in qtp?
images are dynamically changes how to compare two images with out using the bitmap