What are the types of Object Repositories in QTP?
Answer / sreeprasad
There are two types of Object Repository files in QTP
1) Per-Action Repository file
2) Shared Repository file
The Extension of Per-Action is .mtr
The Extension of Shared is .tsr
We can use Per-Action as Shared one, but we cannot use
Shared Object Repository as per-Action mode. when u use
like this both file uses same extensions i.e (.tsr)
| Is This Answer Correct ? | 0 Yes | 0 No |
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?
In Object Repository, two actions r there. Action1 name is A.tsr, Action2 name is B.tsr. Is it Possible? if Yes, what is the out put of A+B? if No, why?
write progamming connecting QTP to database sql? this is question asked by interview? pls any answer this?
how to test Web application using QTP software
what is the exact Diff. Between Test and Component in QTP?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
How open an excel sheet in QTP(not a run time )?
if the excel sheet specified in script is not there,we get run time error how to handle the error ,please anybody explain me in detail
How to handle Java tree in QTP?
What is the difference between analog and low level recording?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
I have thousands of links are there, i want check each and every funtionality of link by using descriptive programme, retrive link name from excelsheet then operate in application. Please anybody send me model script