Is it possible to change the extension of Shared object
repository?
Answer Posted / babu
By default, extension of the shared object repository
is .tsr. Is it possible to change the extension of Shared
object repository?
Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
what are the utilities and drivers
Explain the check points in quicktest professional (qtp)?
What is ‘object spy’ and what is the function of object spy in qtp?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
What is throw Object?
What is the difference between the design-time and run-time data tables?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What is difference between design time and run time data table?
Explain runtime dynamic settings?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
How to break the object spy ?