Saturday, June 4, 2011

QTP Tip | Check Status of WebEdit

The following QTP code will check if a textbox is enabled or not

If Not oWebEdit.Object.Disabled Then
Msgbox "Object is Enabled"
Else
Msgbox "Object is Disabled
End If

0 comments: