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 |
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
Iam trying to write script for Rediffmail Page,in doing so the script line for go button is not accepting. Is their any other way other than . Browser("micClass:=browser").Page("micClass:=Page").Link ("micClasss:=Link","name=go")
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
why do we go for Test Automation?
Hi, I am new into the field of testing and I need to know how can I begin automating the testing of Mainframe applications using QTP. Can anyone help me?
What is the exact difference between QTP and RFT ?
How to Install QTP on Citrix Environment? Possible send me the installation steps.. That would be great help
What is RTM (require ment tracebulity marix) fromate?
Did QTP prove efficient for your project? Yes or No, explain?
How you can replace string in qtp?
I used Child objects to get the count of the no of weblist present in the page.now i need to select the item in the weblist..Please send me full code
how to merge object repositories?