ContributionsMost RecentMost LikesSolutionsRe: Object recognition problem for WPF using test complete7Hi can i get a solution for this problem. I am in urgent need of submitting a proof of concept by EOD. Thanks in advance Re: Object recognition problem for WPF using test complete7 David, This works... I am able to record and individual elements are identified. But i have doubt interms of the differences between WPF and XBAP? XBAP is same as web based WPF right. The code which i recorded seems like below. Dim panel Dim comboBox Set panel = Aliases.iexplore.IEFrame.tabpage.ShellDocObjectView.DocObject_Top_Class.window1 Set comboBox = panel.combo_box 'Call comboBox.DblClick(1141, 4) Call comboBox.Click Call panel.window.list_item_Area3.Click panel.push_button.ClickButton Call aqObject.CompareProperty(Aliases.iexplore.IEFrame.tabpage.ShellDocObjectView.DocObject_Top_Class.window.text_Label.Name, cmpEqual, "Text("&Chr(34)&"Label"&Chr(34)&")", False) I am not able to play back the code. When i am trying to play back the code,a combo box selection window properties are changing and code is not being played back. Can you tell me the solution for this. Thank you Object recognition problem for WPF using test complete7I am trying to perform a feasibility study for WPF web based applicaiton with testcomplete7. I have done the settings specified as per teh Help file in TestComplete. But action on the browser are recognized as Dim iexplore Dim wnd Set iexplore = Aliases.iexplore Call iexplore.wndIEFrame.ShellDocObjectView.DocObject_Top_Class.Item.Click(473, 111) Set wnd = iexplore.IEFrame.ShellDocObjectView.DocObject_Top_Class.Item Call wnd.Item.Click(738, 15) Call wnd.Click(114, 144) Just to summaries, the whole page is being identified as a single object iexplorer. i am in urgent need of the feasibility report by eod. A quick response is appreciated.