ContributionsMost RecentMost LikesSolutionsCan we use EDI file in testcomplete? Hello, Can Testcomplete read data from a EDI file and how? SolvedRe: Testcomplete cannot detect objects when Tested App is changed Here is the problem, For Advance_Startup_1 Aliases.Aptify_Shell.AptifyShellForm.WindowDockingArea2.DockableWindow2.aptifyTree.tvwMain For Advance_Startup_TS_7 Aliases.Aptify_Shell.AptifyShellForm.WindowDockingArea1.DockableWindow1.aptifyTree.tvwMain I have highlighted the difference in the name of the same object on two different versions. Re: Testcomplete cannot detect objects when Tested App is changed Hello anupamchampati I add a new entry of the application. Even if it is a different version of the same application, it has different names. I tried only changing the path, does not work. One of the application name is Advance_Startup_TS_7 and other is Advance_Startup_1. Testcomplete cannot detect objects when Tested App is changed Hello, Whenever I changes the Tested App to a different version of the same application Testcomplete is unable to detect objects even if it exists in name mapping and assigns new name to the object. SolvedRe: Different name mapping for same object with same Test complete version and same project hkim5 Both have same Process Name that is Aptify Shell but conditional mapping does not work . I have added an image of conditional mapping in the above comments Re: Different name mapping for same object with same Test complete version and same project hkim5 There is no difference it is the same thing Re: Different name mapping for same object with same Test complete version and same project Wamboo Just an example: Aliases.Aptify_Shell2.AptifyShellForm.WindowDockingArea2.DockableWindow2.aptifyTree.tvwMain.ClickItem("advance> Home"); Re: Different name mapping for same object with same Test complete version and same project Tried conditional mapping mode but does not work. Please check the image attached below Different name mapping for same object with same Test complete version and same project When I first recorded scripts Name mapping was Aliases.Aptify_Shell.AptifyShellForm and now it is Aliases.Aptify_Shell2.AptifyShellForm whereas the project is the same. Aptify_Shell and Aptify_Shell2 is the change that has taken place. Is there any fix for it? Thank you! SolvedFunction names to step definition Can we assign names to functions of step definitions and use it in other units ? When("I enter {arg}, {arg}", function (param1, param2){ Log.Message("Pass"); }); For example: When("I enter {arg}, {arg}", function enterData (param1, param2){ Log.Message("Pass"); }); Is this possible? Solved