Hi,
> tool is not recognizing the child window.
Can you clarify this? Are web elements recognized if you use Object Spy tool for the child window?
I see that several web pages are defined for your test (pageStandard4, pageCompass). How these pages are NameMapped? Can you provide screenshots from the NameMapping editor?
As your tested web application can display more than one web page (main and child windows) and these pages seem to have dynamic parts in their URLs, you must find out how these pages can be reliably distinguished from one another and create proper NameMapping for them.
For example, from what I can see from the screenshots, main page can be mapped as '<baseURL>/LDAP1/*/!STANDARD*' and child page can be mapped as '<baseURL>/LDAP1/*/!TABTHREAD*'.
Create mappings for the main and child pages and try to map the Add Alert button from the child page - it must be mapped as a child of the child page (i.e. not as a child of the main page).
Does this help?