Answer Posted / raju
Using child objects we can count the links. script is as
given below
SystemUtil.Run "www.hdfcbank.com"
Set aa=description.Create
aa("html tag").value="TD"
set bb=Browser("name:=HDFC Bank.*").Page("title:=HDFC
Bank.*").childobjects(aa)
cc=bb.count
msgbox cc
For i=0 to cc-1
bb(i).highlight
Next
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can we run multiple QTP scripts one after the other without manual intervention? How?
When do go for loop condition in test?
What is the difference between run time object and test object?
can u explain relative path architecture framework in qtp?
how to create flat file datasubmission in qtp
What is test object model in quicktest professional (qtp)?
Hi All, How to Compare two strings character by character in QTP
Explain the difference between call to action and copy action?
How would you export a script from one pc to another in qtp?
How you can make an action as re-usable action?
how will you load the test cases in ddt?
How to add verification steps to tests?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
What are the differences between table and db checkpoints?
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined