In QTP how can we recognize objects Without using Object
Repository?
Answer Posted / shanthi
In the File Toolbar click on the last toolbar button (an
icon showing a person with hat)
Is This Answer Correct ? | 1 Yes | 25 No |
Post New Answer View All Answers
What is the difference between a Function and Procedure in QTP?
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
How to delete an object from the object repository?
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
what is Property......End Property loop? how to write sript for it in QTP
What are the various types of Actions in UFT?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
How to analyzing the checpoint results?
How many lines of code in each script of QTP?
What is the registration process and examination fees?
What are the benefits of qtp?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
What are the ways you can synchronize?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
What is the syntax to call one script from another?