ContributionsMost RecentMost LikesSolutionsName Mapping Default Property I recorded a test scenario of an Oracle web application and encountered an object not found error upon playback using Internet Explorer 11. The same script works fine in Chrome though. Upon checking the Name Mapping of objects automatically mapped by Test Complete, the selected object property are Object Type and IdStr. When I updated the selected property to Name, I no longer encountered the error upon playback. Is there setting that can be updated on which properties are automatically selected by Test Complete when mapping objects? SolvedCompare recently exported Excel file from previous operation from Excel file in local drive I am working on a test case wherein after exporting an Excel file (F1), I need to compare F1 to a file generated in a previous version of an application (F2). How can I do this using any of the available operations (Compare File or File Checkpoint) without having to write any code? SolvedRe: Need to get table values but control class name is Window Hi Helen, The ClrFullClassName is Summit.Framework.View.ManualSpreadsheetControl. Please see attached files for the screenshots. Here's what I have done so far: 1. Added WndClass as WPF Composite Controls. 2. Added WndClass in WPF Controls Object Mapping Need to get table values but control class name is Window I am testing a WPF application and I need to get the values in a table. Using the Object Spy, I cannot locate in any of the object properties the values in the table. Looking at the WndClass property, the value displayed is WindowsForms10.Window.8.app.0.5818d1_r11_ad1. This is what I suspect as the reason why I cannot get the table cell values. I already tried looking at the supported controls but I cannot see something for Window. Need help on how to proceed with this. Use Keys operation instead of SetText for the generated Keyword test Is there a way to instruct TestComplete to automatically use Keys operation instead of SetText when entering values in text fields for the generated keyword test? SolvedRe: Getting a Type Mismatch error when using a Project Suite variable as input for SetText operation Got it working. Thanks! Getting a Type Mismatch error when using a Project Suite variable as input for SetText operation So I have 2 keyword tests (KT1 and KT2) and a project suite variable (Var1), using the Set Variable Value operation, I assigned the value of Var1 with type Object. This variable gets the Text property of the object. Now I need this Var1 as an input value for KW2 but I get a Type Mismatch error when using Var1 as value to a SetText operation. I also tried using Keys to no avail. Is there something I need to do first to be able to enter Var1's value in KW2? Solved