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 |
What is test object model in QTP ?
what are the utilities and drivers
Can U Explain about QTP tool from older version to latest version also its differences?
How to Close all browsers in reverse order.
QTP WAS WORKING FINE BUT TODAY I GOT THE ERROR , THE MEMORY COULD NOT BE READ -REFERENCE MEMORY ,pPLEASE REPLY URGENT WHAT IS THE SOLUTON
How to use Regular Expressions in QTP
how u conduct GUI testing and PERFORMANCE testing on MS- WORD? and What r the GUI Test Cases and performance Test Cases?
3 Answers Accenture, Civil Service, ICICI, Jintek, Satyam, Singularity, Syntel, TCS, Wipro,
What is difference between Class and MicClass
· What should test in BANKING DOMAIN application ?
What r the diffrernt file extentions in QTP?
How exactly you start scripting in QTP? In the interview he was not satisfied with my answer.Please post what is correct answer.
Please have a look at this: a = Browser("Travel Boutique Online").Page("Travel Boutique Online_2").webelement("innerhtml:=2622").getroproperty("y") a=a+9 msgbox a Browser("Travel Boutique Online").Page("Travel Boutique Online_2").image("alt:=check","y:=a").click Now please let me explain. As clear from code I am trying to enter value of variable 'a' as Property y. But each time QTP AND MY SYSTEM stops responding when this line is execcuted. But When i enter some number in place of 'a' in the last line. it works fine. Please let me know what I am doing wrong at time of entering the variable in last line. Thanks a lot