how to display all the links in one page using vb script in qtp.
Answer / sowmya
We can use the page check point to display the number of
links in a web page
or
we can create the child object
set objlink=description.create()
objlink ("micclass").value='weblink'
set odesc=browser("browser").page("browser").childobject
(objlink)
numberoflinks=objlink.count
msg numberoflinks
i think it should work.....
| Is This Answer Correct ? | 7 Yes | 4 No |
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
what types of bugs will we find out in banking projects for automation testing?
0 Answers Napier Healthcare, TCS,
Explain about scrrun.dll?
who you define variables and functions in VB?
What are string functions in vbscript?
What is parametrization ?
sunday is sunday monday tuesday wendesday sunday thursday friday saturday sunday sunday how to count no of sunday in the text file from vb? Answer me asap
Write a code to print numbers from 5 to 0?
How to pass argument by reference to a function in vbscript?
compare the string without using stringcomp function?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
how to find the textfile in the folder and copy file from one folder to another folder useing parameterigation in QTP