ContributionsMost RecentMost LikesSolutionsRe: The tested window (or control) has been deleted Problem is in last version of Chrome 113* (or in Testcomplete with last version Chrome). Re: Not able to grab data from Excel using TestComplete with wrapped text using Excel.Open("filename").. Try some modify your code: var excel = Sys.OleObject("Excel.Application"); excel["Workbooks"].Open(path_to_excel_file); excel["Sheets"](name_of_sheet).Select(); //Get value from cell with rowIndex = 6, columnIndex = 1 var text_from_cell = aqConvert.VarToStr(excel["Cells"](6,1)); Re: Browser jumps when capturing a checkpoint From my experience: Chrome version 113* is yet not completely compatible with Testcomplete -> use Chrome 112* If you not have a license for Intelligent Quality add-on -> do not make a checkpoint with pictures Freakly Exception Testcomplete version: 15.51.18.7 x64 Applying: WPF-Application Look at this part of previously working code: //pobjEdit - alias for editable TextBox object, passed as a parameter //in legacy tests this is a string //in new tests - OnScreen object //for compatibility is using eval() pobjEdit = eval(pobjEdit); if(pobjEdit["Exists"] && aqObject["IsSupported"](pobjEdit,"Focus")) { aqObject["CallMethod"](pobjEdit,"Focus"); } Results now after test running: eval(pobjEdit) give a error, if object cannot be evaluated. Why? Please, make a null-object again. some magic at "CallMehod" - Execption "JScript runtime error. The object does not support this property or method." It sometimes works, such as running the test again or set a breakpoint, but not always!!! Re: 'ClickCell' method has stopped working with error: "An error occurred" I would check first if your current object "table widget" in app matches what you have saved in TC as your Alias. Then would do the same for one widget, using Object Spy. It is possible that visually for user there was nothing has changed and all objects in view are same as before, but with other properties und structure. Testcomplete performance issue when scrolling in execution plan I use TC on a virtual machine with 10 GB and quad-core processor. My test plan is 500 + tests items, grouped in by purpose in different virtual folders. Almost every time I need to find or change something in execution plan and come scrolling through it, UI of TC is frozen for 2-4 seconds for each iteration of mouse scrolling. Sometimes it's awfully annoying and time consuming. Increasing virtual machine performance looks like most likely solution, but I would like to know your opinion and understand what is still missing. Did someone encounter a similar situation? Are there any other technical recommendations for improving performance other than reducing number of tests items in plan? SolvedRe: Comparing part of a .pdf with a Store.Region I do not agree that "Region Checkpoint" does not work, look at my screenshots I made specifically for you. I want to immediately note that for correct work you need a license for "Intelligent Quality Add-On". Re: How to open MHT files not in Internet Explorer I didn't use all apps listed here, but I know File Viewer Plus opens Log archive .mht Re: Seriously in Need of Help with the Name Mapping Editor Marsha_R, it is true that we do not live in ideal conditions, and this is why I often take a very tough but pragmatic position. I advise everyone to watch this short video, it seems to me that it reflects life of tester very well: The Expert Draw conclusions yourself. Re: How to open MHT files not in Internet Explorer Not advertising: