I am trying to write a descriptive program for clicking on
a perticular link.For that i wanted an index or location of
that object.But when I viewing through spy, There was no
index property of that object.What to do for getting index
value.How can I get index? please any one let me know.

Answers were Sorted based on User's Feedback



I am trying to write a descriptive program for clicking on a perticular link.For that i wanted an ..

Answer / honey

Index of an object will be caputured only via OR and it
will not be displayed when spying the object through object
spy.So, add the object via OR and then write DP.
But for writing DP for a link, HTML tag and innertext of
the link properties can also be used.

Is This Answer Correct ?    2 Yes 0 No

I am trying to write a descriptive program for clicking on a perticular link.For that i wanted an ..

Answer / nagesh

index value of object is getting appeared only when more
than one object exist in the application with same property
name.

Example: suppose we have 3 list boxes with same name(text)
as property.then qtp identifies these objects with reference
to index values as index=0,index=1 and index=2.

Is This Answer Correct ?    1 Yes 0 No

I am trying to write a descriptive program for clicking on a perticular link.For that i wanted an ..

Answer / ram

Hi Rentala,
Thanks for your suggestion.OR can not add extra objects
which are not being displyed in spy.I wanted to know how
should we enable Index or Location properties in Object
Identification process.

Is This Answer Correct ?    0 Yes 0 No

I am trying to write a descriptive program for clicking on a perticular link.For that i wanted an ..

Answer / rentala

What i can suggest is Add that object to the OR then
automaticlly index is captured.Later delete Or and write DP.

Is This Answer Correct ?    0 Yes 1 No

I am trying to write a descriptive program for clicking on a perticular link.For that i wanted an ..

Answer / sreedhar reddy.m

hi

The index & Location u can't see in OR

If u consider index, it will generate the numbers based
horijontal view

for Examle

if u want to click Home link this no is o incase of index
property

Browser("browser").page("page name").link("index:=0").click

like this way

index will generate the num based on horizonatl view of
objects it will start from 0.

in case of location it will generate the num based verticle
view of objects

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

How do we connect QC by using QTP?

2 Answers   Infosys,


How is GC reddy online program Will i get placed How are the placements.

1 Answers  


what is automation(qtp)bug pls giv me one ex?

1 Answers  


Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji

0 Answers  


what testplan contents and what test strategy contents,what is the diff b/w them

0 Answers  






What are the technics follow in writing VB script?

0 Answers   CTS,


how are environment variables used in real time projects (testing)?what answer should be given about this in interview.need real time explanation breifly?thnx in advance.

2 Answers  


I want to create Excel object on another machine which is in network i written the code "Set se=createobject ("Excel.Application","\\ankur")"here \\ankur is the name of that machine but i m getting the error of permission denied create object can anybody help me

2 Answers  


Explain getroproperty and gettoproperty & settoproperty?

1 Answers  


How we can add objects to the object repository during the running?is it possible or not?explain

3 Answers  


how to test globalisation testing using qtp? lets take an example: suppose i have to test the word is in hindi "ratikanta", how we test it by using descriptive programming or any method??

2 Answers   Siemens,


Please tell me the steps to record the test in Analog recording mode in QTP version 9.2???

2 Answers  


Categories