Can the user toggle between using Local OR and shared OR for the same action?
Answer / Pallavi Agrawal
No, you cannot toggle between using local and shared Object Repository (OR) for the same action in QuickTest Professional (QTP). An object is either searched in the local or shared OR, depending on the configuration set by the user.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can a function return a dictionary object?
How to record & run on Japanese language application using english version of QTP ???
How can we make a shared object repository in QTP 9?
3 Answers Kanbay, Ordain Solutions,
What do you mean by checkpoints in qtp?
Can we call a parameter from an action to other action?
In Login two edit box which object class property value is same, How to enter into 2nd edit box in qtp by vbscript.
How to change the scripts from Per-Action object repository to shared object repository
What criteria do you use when determining when to automate a test or leave it manual?
Name the properties you would use for identifying a browser and page when using descriptive programming?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
Hi All, I wanted know how does QTP identifies a DataCombo. While recording I clicked on the data combo and selected a value from the list. The click of Data Combo is recorded but the selection of the value from the list is not recorded. My application is based on VB and SQL server as the database. Please let me know as how do I record the action of selecting a value from a DataCombo list. The list is being loaded from the Database Record set.
How to handle the errors without using recovery scenery?