how qtp identifies objects of application.
Answers were Sorted based on User's Feedback
Answer / prasad
QTP identifies the object in the Application by LogicalName
and Class
If any Qestions Plz Ask me......Prasad4urs@gmail.com
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / jagadeeswararao
Qtp identifies objects with their logical name and physical
description.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / ravi n
In QTP we have object repository once we run application under
test(AUT).the objects are listed in the object repository
with there Logical Name and Physical Description.
One of the among two must be uniqe to identify objects
Ex:
if two person objects say ravi and ravi
logical name1=ravi description are age=21,sex=m,dob=1/3/86
logicalname2=ravi description are age=22,sex=m.dob=2/12/86
actually object is identified by looking at there physical
descriptions if logical name is minimal
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / gayathri
using object repository,qtp identifies object of an
application
| Is This Answer Correct ? | 2 Yes | 5 No |
Answer / monideepa
through object repository and obj identifier.
if it doesnt recognise we can use object spy or add obj in
the repository manually.
| Is This Answer Correct ? | 0 Yes | 5 No |
Hi, I want to write the script for a webpage. But i didn't added the properties of the objects to the object repository. Without adding the object properties to the object repository, how to write the script. When i am writing the script, Let us say i typed as Browser (""). after selecting ".", if the object is added to the object repository it will display atomatically. But in my case it is not as i didn't added the object properties. How to proceed further in the above mentioned case to write the script manually. Pls let me know if you didn't understand the question.
How to build scripts that access data from external sources?
Hi im new in Testing..can any one plz re-write this code SystemUtil.Run "C:\Program Files\Mozilla Firefox\firefox.exe","","C:\Program Files\Mozilla Firefox","open" ----using for loop(for i=0;i<=10;i++ )
What is the Difference between current version of QTP and QTP 8.2. Pls kidly Anybody let me know. Thanks in advance.
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
Hi What are re-usable actions in QTP? -Thank You
Explain the QTP Tool interface.
how to calculate no. of repeating characters in a a string..please give me the code
How to execute the test cases using QTP. i.e What is the use of QTP while execution
Describe synchronization point.
in one page we have 100 links i have to click the 99th link how can i click the 99th link.
4 Answers GK Technologies, IBM,
How function returns a value?