ContributionsMost RecentMost LikesSolutionsRe: Unable to identify objects in java desktop application Hi, Tried with MSAA support; but still it is not working. I tried to set MSAA (*) in current project properties and default project properties as well. Unable to identify objects in java desktop application Hi, I am trying to identify an object in application wherein inner objects in panel are unable to identify. The outer panel is identifed using object spy and the file names inside that panel are not identified. When script is recorded and checked it shows click action by using some co-ordianates. 1. Testcomplete is opened in administrator mode 2. Java application support is checked Please find attached screenshot for object details. SolvedRe: Unable to idetify message box using object spy Hi, I am still not able to identify the object. I am sharing two sample applications where in one application messagebox can be identied by Test complete and in another application messagebox cannot be identified. Attached are the sample applications which are developed by our development team. Re: Not able to execute test cases in test suite I tried to execute it using test complete and test execute as well but in both cases it halts at script no 6. Regarding OnLogError and OnLogWarning event handlers it is set to Continue running Re: Unable to idetify message box using object spy Hi, Tried changing settings in process filter but still it is not working. Re: Unable to idetify message box using object spy The class name of outer object is Infragistics.Windows.DockManager.DocumentContentHost and it can be easily identified. Regarding the message box it is apparing as a separate window and so it is not identified. Unable to idetify message box using object spy Hi, I am trying to identify a message box using object spy; but it is unable to identify the message box. Below mentioned are the methods which are not present due to which it is unable to identify the message box: ,System.Windows.Forms.MessageBoxOptions.ServiceNotification | System.Windows.Forms.MessageBoxOptions.DefaultDesktopOnly System.Windows.Forms.MessageBox.Show("Hi TestComplete...", "Test Complete", MessageBoxButtons.OK, MessageBoxIcon.None, MessageBoxDefaultButton.Button1 ,System.Windows.Forms.MessageBoxOptions.ServiceNotification | System.Windows.Forms.MessageBoxOptions.DefaultDesktopOnly); Also please find attached screenshots for the same. SolvedRe: Not able to execute test cases in test suite Hi, The issue is not yet resolved. Please find attached screenshots. Not able to execute test cases in test suite Hello ! I have an issue regarding running multiple tests in a suite. When I try to execute entire test suite it executes only 7 test cases (there are total 39 testcases). After executing 7 test cases it stops execution and gives the result. Test complete version: 14.20.2175.7 x64 Testcomplete is unable to recognize objects for hwndsource Hi, I am converting VB scripts to JavaScripts. While converting the scripts I am facing issue with recognizing objects with hwndsource popup menu. Below is the code: Sys.Process("TestStandDesigner").WPFObject("HwndSource: PopupRoot", "").WPFObject("PopupRoot", "", 1).WPFObject("Decorator", "", 1).WPFObject("NonLogicalAdornerDecorator", "", 1).WPFObject("ContextMenu", "", 1) The application designed with special framework. if the application is developed as normal VS WPF application then the objects are reconized correctly. On ClickR() action the context menu is generated but its cannot be mapped with normal PopupMenu method or toolwindow. While recording script testcomplete giving one popupRoot but it cannot be mapped again. Error Message: No traces of popupRoot in Object browser following the code when I recorded the script let xamDataTreeNodeControl = Aliases.TestStandDesigner.HwndSource_ShellView.ShellView.DockTGP.XamTabControl.GrdTreeView.AutomatTree.XamDataTreeNodeControl7; xamDataTreeNodeControl.ClickR(183, 11); xamDataTreeNodeControl.StackPanel.PopupMenu.Click("Edit Automat"); but Its not usable for next time. I am also attaching the screenshot please check. I there any way of mapping the popup menu ? Can anyone please let me know what is the solution for above problem?