Hi..friends can anybody write the script for this question...
Am having some 20 nos of links in a web application, i want
to click some 5,13 & 17th links. So please....can anybody
give the answer....???
-->Hani<--
Answer Posted / ashok kumar
Set obj_Link = Description.Create()
obj_Link("micclass").value = "Link"
Set it_Link =
Browser("micclass:=Browser").Page("micclass:=Page").ChildObjects(obj_Link)
For i = 0 to it_Link.count-1 step 2
it_Link(i).Click 'it click +2,4,6....
Next
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
When Recovery scenario actually starts while testing the application?
What is the extension of the qtp local repository?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
Which scripting language used by quicktest professional (qtp)?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
is there any addin for remedy user application
how u will evaluate the tool for test automation?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
Whats the realtime QTP testing process
What is the extension of qtp local repository?
Explain how qtp identifies objects?
What is difference in global and action sheet in qtp?
Explain how to use QTP to check broken links on a page?