ContributionsMost RecentMost LikesSolutionsApp getting crashed Hi Team, I am developing a test suite in test complete using JavaScript. I am running a batch of 5 test cases. There is this strange thing happening while executing. The last test case of the suite fails because the App crashes as soon as it is launched. The same test case runs successfully when executed alone. Even after changing the order of execution, same thing happens, the last test case fails. could you please let me know why is this happening and help me fix it. SolvedClickItem() not working for MainMenuStrip I am testing a .NET project and have a MainMenuStrip object which further has a ToolstripDropDownMenu. This does have a ClickItem() function associated with it. When I do a record and play, it just clicks on coordinates. I want to give code like ClickItem("Edit|Copy"). The customized class name is <clientname>.<app>.UI.MenuController.LHMenuStrip Please let me know what can be done to acheive the desired functionality. function Test2() { let catsv3 = Aliases.CATSV3; let LHMenuStrip = catsv3.TabWindow.mainMenuStrip; LHMenuStrip.Click(94, 13); catsv3.ToolStripDropDownMenu.Click(38, 13); } Re: Using wildcard in object name i tried just '*' and it threw an error and using a * inside quotes also didnt work. 😞 Using wildcard in object name The control I am testing has the followif expression in the full name WinFormsObject("DocumentsHost", "", 2) This number 2 is dynamic. I want to use a wild card. May be a '*'. Can any one suggest on how I can use a wildcard instead of a number? Re: Working with DevExpress Grids Dear Marsha, I did the object mapping. I am still getting the same error. Is there something i am missing here. Do i need to update any more setting? Any class to import/use in the script unit. Please help. Re: Working with DevExpress Grids Mike, I am not using keyword testing or record or play. Do you think i should still focus on mapping? Working with DevExpress Grids hi, I am working on automation of test cases involving Dev Express grids. I am uanble to use ClickCell(), DblClickCell() on the grid cells. Could you please help me fix it? I am using 15.4 version of TC and the application is a desktop app based on .NET. I am using JavaScript language.