ContributionsMost RecentMost LikesSolutionsRe: The controls are automatically getting unmapped Thanks for the reponse. I have enabled it already. when the test is running it is displaying a dialog box on the screen asking me to map it. Sometimes it won't even ask for the update of the namemapping, it'll directly show it as error. But why it is getting unmapped when nothing is chaged for the page neither I have changed anything from testcomplete nor from the development. The controls are automatically getting unmapped Hi, I have recorded a testscript for a page which contains many panels, textboxes and dropdowns. But when I run it for multiple times i'm getting errors like panel doesn't exist, textbox doesn't exist. The controls automatically getting unmapped. //Aliases.browser.pageClientSecurityProject.panel2.textbox.SetText(DDT.CurrentDriver.Value("Client")); I'm getting error - "The textbox doesn't exist' Please help me on this. SolvedRe: textbox's mapping name is changing to another textbox's mapping name Thanks for the response. But what are the recommended properties that are mostly unique. Like objectIdentifier, ID, Name?? textbox's mapping name is changing to another textbox's mapping name Hi all, One textbox's(TB1) mapping name is changing to another particular textbox's(TB2) mapping name and viceversa. Whanever the test runs TB1 takes what it supposed to take but on the next step whatever the value supposed to enter on TB2 is getting entered in TB1 by overriding the first value. What went wrong? Please help me on this. SolvedThere was an attempt to perform an action on zero sized window I'm using TestComplete 14.10. I'm getting "there was an attempt to perform an action on zero sized window" when the testcomplete is trying to click on the dropdown in scripting(recorded). I delay of 10 sec for each test step and checked namemapping too. But still couldn't resolve the issue. Please help me on this. Solved