Answer Posted / b.ramyasri
Hai...
QuickTest stores the definitions for application objects in
a file called the Object Repository. As you record your
test, QuickTest will add an entry for each item you
interact with. Each Object Repository entry will be
identified by a logical name (determined automatically by
QuickTest), and will contain a set of properties (type,
name, etc) that uniquely identify each object.
Each line in the QuickTest script will contain a reference
to the object that you interacted with, a call to the
appropriate method (set, click, check) and any parameters
for that method (such as the value for a call to the set
method). The references to objects in the script will all
be identified by the logical name, rather than any
physical, descriptive properties.
K,byeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How is a Step generator used in UFT?
In qtp, explain what is qrs file?
How to execute a winrunner script in quicktest professional?
What are the various types of Actions in UFT?
What are main panes available in qtp test browser?
When do go for loop condition in test?
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
Can you brief the hurdles you faced during Automation testing?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance
How to get the particular property value?
Can the user toggle between using Local OR and shared OR for the same action?
Hi All, How to get repeated word in string . Thanks Balaji
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?