in one page we have 100 links i have to click the 99th link
how can i click the 99th link.
Answer Posted / uday
set lnkObj=description.create
lnkObj("index").value=98
B().p().link(lnkObj).click
or
b().p().link("index:=98").click
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
In Remote acess server how u run a test?
How many scripts did you have?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
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
What is throw Object?
How many ways we can parameterize data in quicktest professional?
Connect to QC using AOM.
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
Explain quicktest professional (qtp) testing process?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
How many types of recording facility are available in quicktest professional (qtp)?
how do i know how to use tools
How does QTP identify an object?