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
Explain the differences between table and db checkpoints?
What are the automation metrice in your project?
Can I change properties of a test object?
Hoe can we do retesting using functions please give the code for it using login page
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
Explain how you can delete excel file in qtp?
Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.
What is QTP scenario.
how can i call function (which has link with excell sheet at a remote location) within another function
What is the recovery scenario in qtp?
How to use output values in qtp ?
What are advantages of test automation?
How to customize checkpoints with parameters?
what is the difference between built-i function and In-built function?