Thursday, April 21, 2011

QTP Tip | Difference between micclass & micClass

Technically speaking there is no difference. You can try this code out to see it

Code:

obj("micClass").Value="Link"

MsgBox obj("micclass").Value

But for some very rare cases it has been observed that using micClass instead of micclass throws an error when calling ChildObjects.

No comments:

Post a Comment