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
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
Explain the concept of object repository and how qtp recognises objects?
What is the qtp testing process?
Is virtual object supported in low level recording mode?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
Explain the difference between call to action and copy action?
if numbers are always changing write a script for that
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
What is the new version of qtp which is recently released in the market?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
What is the basic concept of quicktest professional (qtp)?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
explain structured testing? plz guys with exp. do answer
What is checking bitmaps?