how to click on object?
(with out knowing the object details)
for ex: in a webpage one link is available.i want to click
that link by using one menthod through qtp?

Answer Posted / uday

Use the index of the link.

Say if it is 10th link in the web page, use index=9.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to add object to object repository in qtp9.0 Suppose for brower yahoo home page

1427


what is the diff b/w assistive and mandatary rules of object repository in QTP???

1614


Explain the checkpoint in qtp?

594


What is environment variable in qtp and why to use it?

547


I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian

1571






Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance

1500


QTP script is not working on other's machine..

1537


What is recovery scenario in qtp?

583


How to add synchronisation points in qtp?

577


Which functionalities of QTP used in banking project?

1924


In an interview, what r the general questions asked in QTP? pls give me anwser to this question?

1419


Shall we add Local Repository to shared object repository,if yes,how we add

5692


Define Canvas view of UFT?

620


How can you identify the browser and its information using QTP script?

548


I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that

1397