how to click on object?
(with out knowing the object details)
for ex: in a webpage one link is available.i want to click
that link by using one menthod through qtp?
Answer Posted / ashok kumar
by using static DP:
Browser("micclass:=Browser").Page("micclass:=page").Link("micclass:=Link").click
by using dynamic DP:
Set objlink = Description.Create()
objlink("micclass").value = "Link"
Set link1 =
Browser("micclass:=Browser").Page("micclass:=Page").ChildObjects(objlink)
msgbox link1.count
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
How you debug your script?
Dis advantages of XML checkpoint ?
Explain step generator in qtp?
Is it possible to merge two object repository files in qtp?
How QTP support all types of applications (platforms)?
What is the use of ordinal identifier in qtp?
How to use output values in qtp ?
What is quicktest professional window?
How many types of actions are there in quicktest professional?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
Where you are storing your script?
What are metrics and matrix?
Differentiate the type of test cases which can be automated and which cannot be automated?