What are the file extensions for per-action, shared object
repository files and what is the
extension for library files?
Answer Posted / deepti palagiri
per action- .mtr
shared- .mts
lib-.vbs( when u saved script in note pad)
-.mts (when u saved script in QTP itself directly)
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
Hi All, How to get repeated word in string . Thanks Balaji
How do you delete unwanted results in qtp?
Define virtual object?
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
What is the descriptive programming?
What are the major/ important methods, functions in QTP we use realtime testing
How to use actions in qtp ?
what is actually contain test report? can anybody post the test report
what is the advantages and disadvantages of using functions instead of re usable actions
How do know the number of browsers opened?
what is run-time data?
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?.
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);