Answer Posted / sridhar
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.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is action?
what is meant by source control?
What is output value? How many types of output values are there in qtp?
What test cases can you automate using QTP?
Explain the use of action split in qtp?
Describe the differences between functions and actions in UFT?
Mention the test steps of qtp.
In qtp, explain what is crypt object
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
Describe function procedure in vbscript.
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
Can we record an application running on a remote machine using qtp?
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
Are Shared ORs read-only?