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
Output values? i want a practical example
Explain the benefits of quick test pro(qtp)?
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
What are the technics follow in writing VB script?
What phases are involved in testing an application in qtp?
Plz Explain AUTOMATION REFERENCE MODEL?
How are actions and functions different in QTP?
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
What is the file extension of the code file and object repository file in QTP?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
Can you list some technologies that support qtp?
How to recognise the webelement and verifying that webelement is enabled?
ACTUALLY I AM WORKING IN THE DISTRIBUTION DOMAIN.MY COMPANY IS PROVIDING DISTRIBUTION SOFTWARE FOR PHARMA AND FMCG DISTRIBUTORS.HERE I AM USING QTP 9.2.HERE IN MY APPLICATION WHILE RECORDING ONE WINDOW APPEARS.IN THAT I CAN SELECT THE ITEM OR NO NEED TO SELECT.BUT WHILE RUNNING THE SAME SCRIPT THE WINDOW MAY NOT APPEAR OR APPEAR.HOW TO WRITE SCRIPT FOR THIS