ContributionsMost RecentMost LikesSolutionsRe: Why are two separate similar tests using the same Object - properties/values? So as a follow up to my initial problem I encountered another problem trying to map the object in test2 manually. Here is what I did. 01) I recreated test2 and stopped the test on the screen where the 'Facility Name' object exists. 02) I clicked on the 'Map Object from Screen' icon and dragged the glyph to the 'Facility Name' field and selected it. 03) The 'Map Object' window displays and it is "mapping" to the same Object as in test1 and I can't edit this info. 04) When I click OK a message stating that The Object is already mapped to NameMapping.......... So I though creating the test2 and mapping the object manually would assign a different "mapping" and allow me to select unique properties/values for that object - but instead TestComplete is still mapping this object to the object in test1? Advise anyone? Why are two separate similar tests using the same Object - properties/values? I have a rookie question: I created two similar keyword tests. In test1 an Object/properties was created for a text field called 'Company Name'. In test2 Name Mapping indicates that a text field called 'Facility Name' was assigned by TestComplete to the same Object/properties as the field in test1 and I already know from past tests that this can cause problems. I can recreate test2 but how do I get TestComplete to create a NEW different Object/properties for 'Facility Name' instead of using the Object/properties for 'Company Name' or maybe I'm looking at this the wrong way? Can someone give me some suggestions. Object mapping is incorrect on web keyword test playback Hi - I created a simple web based keyword test in which I entered a facility in a 'Facility Name' field and entered a phone in a 'Phone' field area/prefix/suffix. On playback the "mapping" is incorrect because it entered the facility name in the 'Phone' field instead of the 'Facility Name' field. Please see attachments for more. Can someone please tell me how to map the 'Facility Name' object correctly? Re: Text editor field NOT becoming enabled on keyword test playback? Thank You... this simple modification worked. Text editor field NOT becoming enabled on keyword test playback? I have a web application in which I created a keyword test (javascript) to create a new employer account. When I enter a new employer name in the 'Employer Name' field the 'Add New Employer' button becomes enabled for selection. However on the keyword test playback after the employer name is entered the 'Add New Employer' button is not becoming enabled and therefore bombing because it can't click on it. Solved