I am trying to read the rediffmail usign the below code. But
facing problem, while i user to get the link of the mail, i
am getting all the link of the page, While i just want to
get only mail name - link (not all the link of an page) so
that i able to read the mail message by clcking on them in qtp.
Dim Lnk,Webcheckbox
Set Lnk= Description. Create
'********* To count and display the webcheckbox
Lnk("micclass" ).value=" Link"
set LinkName= Browser("Welcome to Rediffmail:"
).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk)
LinkCount=LinkName. Count
msgbox LinkCount
For i=1-1 to LinkCount-1
DataTable.SetCurren tRow(i)
DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name")
Next
Waiting for the reply
Praveen Saini
Hi Praveen..
try to filter the links by table wise or frame wise.
i think inbox will be a table( Rediff is blocked here, i
can not check).
check like this...
set LinkName = Browser().page().Table().ChildObjects()..
here table is inbox. so u will get the links which are only
in inbox.
if any queries...
Nanda.dreddy@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the drawbacks of QTP?
Tell me the situations where we will use Data Driven?
What is the Difference between Environment variable and Globle variable,.. anybody can give me answer..Thanks in advance...
What is the Diff between Image check-point and Bit map Check point?
how can we do the frame work in qtp
How to find duplicates in an array and remove them efficiently?
what are the difference ways of parameterising?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
How to Creating an Output Value using QTP?
wat are views in qtp explain
What is the Difference Between Quick Test Pro and Quick test professional?
Does UNIX support QTP? If not what is the other tool used for Unix environment?