ContributionsMost RecentMost LikesSolutionsRe: Name Mapping merge conflict Thank you Alex. Will share this with team Re: Name Mapping merge conflict Thank you for sharing your idea Name Mapping merge conflict we are 3 team member and we are new to Keyword test. We are working on same project suite cloned from git master. We are having merge conflict every time we try to pull latest code from master to our branch which is expected since we are using same keywords, Regions and Name mapping. Is there any way to avoid merge conflict? It is easy to resolve merge conflicts for Keyword and Regions, but difficult for Name mapping. Can anyone suggest if we cannot avoid merge conflict, then how to resolve it? We tried to resolve it and were able to merge on master branch, then when we pull latest code, our test are not running, it says object was not found. We have to revert back our code 3 times from master and rewrite test again. Re: POM for keyword test on TestComplete Page Object Model POM for keyword test on TestComplete Hello, Is there any example (or documentation) of POM structure for Keyword test on TestComplete for desktop applications? SolvedRe: TestComplete not recognizing Angular objects yes it generate the same object reference and i re-ran the recorded test and it didn't select the object from drop down. Only Click operation is recorded Re: TestComplete not recognizing Angular objects This object name is pulled from Spy Tool in TestComplete TestComplete not recognizing Angular objects I am working on Desktop application. TestComplete is not able to recognize the object written in Angular. Below is the object name of page Sys.Process("ABC").WPFObject("HwndSource: MainWindow", "XYZ").Window("Static", "", 1).Window("Chrome_WidgetWin_0", "", 1).Window("Chrome_WidgetWin_1", "My Dashboard - Chromium", 1).Window("Chrome_RenderWidgetHostHWND", "Chrome Legacy Window", 1) Solved