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



suppose u hav a dialog or window which contains 10 buttons with same name & value. now how to ..

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

suppose u hav a dialog or window which contains 10 buttons with same name & value. now how to ..

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

Post New Answer

More QTP Interview Questions

can anyone answer this question ........in the DICTIONARY OBJECT....i created the dictionary object in reserved object ok....here i have some sets of values ...now i want to retrieve the item i done too ok.......here my question is now i saved the test and close the qtp tool ,again i opened now i retrieve the same item in the dictionary is it possible ????. friends when i try to do this i am getting empty message box i mean no value will be retrieved ......ans me any one plz...

1 Answers   FSS,


How many types of Recordings are there in QTP and what are they?

7 Answers   Dangote, First Indian Corporation,


We have 10 page.In first page we 2 popup and next page we 3 popup window......(windows name is different)how can we handle the all the popups without using recovery scenario

1 Answers   HK, TCS,


we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?

0 Answers  


how to write the descriptive programming in QTP for loginwindow.without using Step generator,object repository for referecnes

4 Answers   STC,






What is the difference between "Call to copy of action", "Call to existing action" & "Call to winrunner action"?

5 Answers  


How open an excel sheet in QTP(not a run time )?

4 Answers   Tech Mahindra,


Differentiate the type of test cases which can be automated and which cannot be automated?

0 Answers  


What is test object model in quicktest professional?

0 Answers  


How to interact tool & application build in QTP?

0 Answers  


4. How u will open the build automatically in QTP except using Systemutil.run command

4 Answers  


IN EXCEL SHEET OF qtp SUPPOSE I ENTERED 10 NUMBERS RANDOMLY I HAVE TO GET TOTAL OF TEN NUMBERS IN THE 11 COLUMN USING qtp GIVE CODE TO IT USING qtp

2 Answers  


Categories