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
Can launch two instances of qtp on the same machine?
how did u use automating testing tools in ur job?
How to get Traceability matrix from TD?
How many types of recording modes in qtp? Which will be used when?
Explain quicktest professional (qtp) testing process?
What is the difference between run time object and test object?
Explain in brief about the quicktest professional automation object model?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
How to start recording using quicktest professional?
How can you identify the browser and its information using the qtp script?
What ate the Technologies supported by QTP?
How do you test DLL files using automation Tool QTP?
What is the difference between byref and byval in qtp?