ContributionsMost RecentMost LikesSolutionsRe: Identifying Dynamic message window I used child feature and on Name mapping editor I selected Required children. It worked. Thank you for your guidance Marsha! Re: Identifying Dynamic message window The object spy says, Sys.Process("NorthropGrumman.Oaisis.UI.Windows.Claim").Window("#32770", "OAISIS", 1).Window("Button", "&Yes", 1) Re: Identifying Dynamic message window Yes. I am trying to click the Yes button on that window. Re: Identifying Dynamic message window Hi Marsha, I sent the wrong screen shot. Please find the updated screen shots. Thank you for your time. Roja Re: Identifying Dynamic message window Thank you for your response. I tried that. But didnt work. Please find the screenshot. Identifying Dynamic message window Hi, I need to delete this following window using testcomplete. The message window is not identified as static text is dynamic. Please suggest a solution. "Aliases.NorthropGrumman_Oaisis_UI_Windows_Claim.Window("#32770", "OAISIS", 1).Window("Static", "Delete Paper Clip *?", 2).btnYes" did not work. We have multiple message windows with "Aliases.NorthropGrumman_Oaisis_UI_Windows_Claim.Window("#32770", "OAISIS", 1) description. Please find the screenshot of mapping. SolvedRe: TestComplete Desktop testing Thank You Emma! It worked. Re: TestComplete Desktop testing Hi Emma, Thank you for your response. I am new to test complete. I have got the following error when I tried to add wild card to the value. The tree item 'CLOSING PAPERS (\d)' not found. Please suggest me the type and mode. I tried different combinations but didnt work. Thanks, Roja Re: TestComplete Desktop testing Thank you for your reply. The problem is, the object in Mapped objects showing as UltraTree1 collectively. I am not able to locate Closing Papers(1) in object browser to add wild card. TestComplete Desktop testing I recorded a test in keyword mode. UltraTree1 ClickItemXY "CLOSING PAPERS (1)", 122, 5, skNoShift Clicks the 'CLOSING PAPERS (1)' item of the 'UltraTree1' tree. The number for value CLOSING PAPERS (1) changes every time. How to make it identified? Solved