How QTP recognizes Objects in AUT?
Answer / 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 |
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
what are the principles of good testing scripts for automation?
Difference between action & Reusable action?
can any body give the banking domain concepts/links
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
What is the difference between a Function and Procedure in QTP?
What scripting language QTP of?
Can any one explain about environment variables with examples?
I have test cases in excel sheet but i am using quality center.How can i copy the testcases from excel sheet to quality center?explain this process.
For Usability testing, which is preferable Automation or Manual?
How the exception handling can be done using QTP