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"
endifCode:
If gPostPrice=vbnullstring Then
msgbox "pass"
else
msgbox "fail"
endifLet me know if you need any more info on this.
Thanks,
QTPKing
Thanks,
SUpputuri
SUpputuri

