suppose u hav a dialog or window which contains 10 buttons
with same name & value. now how to check each button? i.e.
how qtp indetifies these objects separately?
Answers were Sorted based on User's Feedback
Answer / neeraja
QTP identifies object based on mandatory
properties ,assitive properties which are present in the
object repositery and it also uses its smart identification
if it is enable .if at all it unable to find the object
with this properties it will go for ordinal identifier
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / true friend
This Will Show the order used to identify the object when
two or more objects get duplicated.
tools -> object identification
select the environment
a) standard windows
b) active-X
c) visual basic
d) multi media
select the class
if we select the environment as standard window
and class as winbutton
then it will display
Mandatory properties Assistive properties ordinaliden-
tifier
-------------------- ------------------- ------------
a)Native class a)window-ID a)location
b)Test b)Index
regards
True friend
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the types of data tables in qtp?
Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5
Explain step generator in qtp?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
Explain different recording modes?
Why is Client side image is preferred over server side image?
what is recovery manager and recovey scenerio?
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
How to handle dynamic objects in QTP?
How to make arguments optional in a function?
Explain the qtp test phases.