ContributionsMost RecentMost LikesSolutionsRe: Cannot run a test cases pulled from repository Thank you this finally resolved my issue Re: Cannot run a test cases pulled from repository Thanks for you replay. Please read the information below; When I try to merge the name mapping from User2 with User 3 I received the message “Name conflicts detected. Please check whether the generated results are valid.” After that User2 and User3 TCs were ran. User2 TC errors: Failed to find the exact match for the test object: NameMapping.Sys.browser.pageBihLrdv24a22appCBOS.panelExtComp.panelCBOSsplitterpanel.CBOSsplitterpanel.panelCBOSpanel The test object was not found when executing the SendCBOS4 command: Aliases.browser.pageBihLrdv24a22appCBOS.panelExtComp.panelCBOSsplitterpanel.CBOSsplitterpanel.panelCBOSpanel I am trying to call the "SendButton" method or property of the "panelCBOSpanel.SendCBOSbutton2" object that does not exist. User1 TC errors: Failed to find the exact match for the test object: NameMapping.Sys.browser.pageBihLrdv24a22appCBOS.panelExtComp.panelCBOSsplitterpanel.CBOSsplitterpanel.panelCBOSpanel The test object was not found when executing the SendCBOSbutton6 command: Aliases.browser.pageBihLrdv24a22appCBOS.panelExtComp.panelCBOSsplitterpanel.CBOSsplitterpanel.panelCBOSpanel I am trying to call the "SendButton" method or property of the "panelCBOS panel.linkCBOSbutton6" object that does not exist. Cannot run a test cases pulled from repositoryHi Everyone, My project use costume name mapping, and I am running into the following issue : 1.User 1 create test cases 2. Commit into the repository (two files are committed manually into the repository. 1.User 2 2.Pull testcase from the repository 3. Run the testcase in local machine (testcase run successful) 4. Append new steps to the testcase 5.Save and commit changes to the repository (same two files from User1 are committed manually. 1. User 3 pull from repository 2. Run test cases (testcase (Fail) Can anyone help me understand why the test case is failing for user 3. Thanks SolvedRe: Click a string variable Thank you very much Re: Click a string variable record the action to delete the variable. Re: Click a string variable Marsha, Is this scenario possible to complete doing a keyword test: Search for a specific order# on a grid by setting up a variable. Select the variable on the screen. Record the actions completed. Re: Click a string variable Robert and i have another control that is a text field Re: Click a string variable Hi Robert Is a select control Click a string variable Hi have created a variable string for an order # and i need to selected to be able to deleted. How can I complete that . Thank you. SolvedExpand all Hi All, I am looking to expand all in one of my test cases but i don't want to use image based on action. Can anyone help me please . Thanks