In a page i have N number of links at a time i would like
to open those links by using QTP?how to do that?
Answer Posted / hokrani
Set ObjLink=Description.Create
ObjLink("micclass").value="Link"
Set PageLink= Browser("..").Page("..").ChildObjects(ObjLink)
For i=1 to PageLink.count
PageLink(i).Click
Next
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How to test results for qtp ?
Get the count of files of similar types from a folder.
Explain the difference between data driven testing and parameterization ?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
What ate the Technologies supported by QTP?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
How to start recording using quicktest professional (qtp)?
Explain the features and benefits of quick test pro(qtp)?
what is the hierarchy to use properties in descriptive programming
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
hi, FOR 3+ QTP INTERVIEW, FOR EXAMPLE WE PUT ONLINE BANKING SYSTEM PROJECT IN OUR RESUME, IN PROJECT MANAGER ROUND...WHAT R THE MAJOR QUESTIONS ARE ASKED IN P.M? PLS TELL ME ATLEAST 10 QUESTIONS?.....AND IF POSSIBLE POST ANSWERS ALSO....
Explain how you can find length of array in qtp?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.