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

How to change the scripts from Per-Action object repository to shared object repository

1 Answers  


what is delay in QTP?

2 Answers  


hello, i just started searching for a job on QA ,need QTP software full version.plz can any body help me...my email id is padma_ub@yahoo.com.thanks in advance.

0 Answers  


I am new with QTP. Is anybody could tell me where I can find a good tutorial with lots of samples?

0 Answers  


I am using descriptive programming for my project.when QTP deosn't identity or recognize a object by record and playback method,is it possible to make QTP identify that object using descriptive programming? Note: The object doesn't have unique properties and same properties used in Record and playback are only available, no extra properties are defined.

3 Answers  






how to test Web application using QTP software

0 Answers   Google,


Find the 'String' from excel sheet and save to another sheet.But we don't know the string column number and row number?

4 Answers  


When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)

2 Answers  


which command u will use to access the application through descriptive programing?

7 Answers   Datamatics,


How to Import data from a ".xls" file to Data table during Runtime.

1 Answers  


what is the diff between manual test plan document and automation test plan doc.can u explain indetail.

0 Answers   Value Labs,


in my system object spy show the web application as a window based propeties ex:winedit like that and also not recording scripts also so what should i do

2 Answers  


Categories