Forum Discussion
Here the issue is testcomplete not able to recognize the search text box with unique properties . I am attaching the screenshot. This also include how firebug recognize the search text box.
Thanks
NG
If there are no other text boxes within the hierarchy of the parent object, then the ObjectType of 'textbox' is sufficient identification. You can add other properties such as ObjectIdentifier (current value 0) to your mapping properties to add additional information. But based upon what I'm seeing, you SHOULD be able to map that object just fine. You can object spy it enough to get the property listing.
But, apparently, something is not working or you wouldn't still be asking. so... are you getting an error message when you try to use the mapped object in a test case? If so, what is it?
- nisgupta9 years agoValued Contributor
Generally in Name mapping I put 2 properties for an object
ObjectType and other 1 property - may be contenText or idStr, ObjectIdentifier or className etc.
in this case we are putting only one property which is ObjectType .
There are other textboxes but I have to see how it works .
Thanks
NG