Forum Discussion
Hi Shankar,
Unfortunately, there is no way to look for some certain mapping criteria values in TestComplete. But, you can try examining the Name Mapping file itself ("<your project folder>\NameMapping\NameMapping.tcNM"). Most probably, you'll see that the AWTComponentIndex property has an empty string for a value. So, you can try looking for all the property nodes which contain empty strings as values as well.
Also, while working with the Name Mapping file, please note that changing its structure may corrupt the file, so the Name Mapping scheme you created won't be available in TestComplete anymore. So, if you're planning to make any changes there, please back up the file first.
Thanks JuliaBernikova time on this, I have found the same way using Notepad++. I captured all the empty fields but some of the objects are already having empty which is expected.
However, Currently we have fixed this issue. In future if found the same, we will get to know the Root cause of it that time i will raise the Feature request.