Qtp Automation Engineer , Can he login in VSS? What
purpose he login In VSS? But Some companys are using CVS
AND VSS ? some are Have log in in VSS Some Not login(not
accessing) into VSS, not login persons are working on CVS?
my doubt is, can Qtp automation engineer have loin in VSS
or not? Where he store QTp Script?
Answer Posted / abhesheke
yes,you get your username and password from administrator
and all the files in Vss are tracked so once u copy a file
into that local driver the details of the file and username
is displayed in the log file (it gives the time and the
file and ur usrname in the log file)X person has add some
file into his working floder.
u store ur script in your local drive and once you feel
that you are done with it u are going to place it into VSS
and speaking of CVS it is also similar to Configuration
management tool but most companys use VSS(Visual source
safe) one u have written the code and save it in your local
drive and u can directly drag and drop are u have a option
to add files navigation file->add file(from this location
u add files)
this is if you are not using test director
if you use test director you store all your scripts in test
director
u can launch your QTP from Test director and directly write
your code and save it
but here the qtp is opened from a remote PC not from your
local drive.
i hope u understood plz ping me if u have any queries
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the standard timing delay for web based application in qtp?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
Explain the types of object repositorys in qtp?
What are the ways you can synchronize?
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
What is the file extension of the code file in qtp?
what is output value in QTP and how it can be used in automation testing
What is the latest version of qtp?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
Hi, how can we check or avoid the memory leakage in QTP9.2?
What is contained in the object repository?
How will you declare a variable in qtp?
How do you know the location Id of an object if you know its index id?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
What is text check point and text area check point?