07-08-2009, 07:04 PM
Hi Swapna,
there are 2 ways how you can handle this.
Method1:
Method2:
Let me know if you need any more info on this.
Thanks,
QTPKing
there are 2 ways how you can handle this.
Method1:
Code:
gPostPrice = Browser("Market Reports - Price").Page("Market Reports - Price").WebEdit("priceEntry.priceEntryLines[3].poste").GetROProperty("value")
if gPostPrice=Empty Then
msgbox "pass"
else
msgbox "fail"
endif
Code:
If gPostPrice=vbnullstring Then
msgbox "pass"
else
msgbox "fail"
endif
Let me know if you need any more info on this.
Thanks,
QTPKing
Thanks,
SUpputuri
SUpputuri