ContributionsMost RecentMost LikesSolutionsHow can i clear text on Textarea field in IE 8 browser?I want to select all text in Text area and delete. I tried with testObj.Keys("^A"); method, testObj.Keys("[BS]") but it didn't help me. Thanks ReshmaSolvedFacing problem when sharing NameMapping objects across the project suite Hi, In our project we are having two different projects in single project suite with same NameMapping file (shared from existing project). it was mapped successfully when I am try to highlight the objects. but when I am trying to execute the script some unknown additional panel section is including in object tree structure. so TC failing to fetch the object from mapping file. could you please help us to resolve this issue. Re: Test complete is not capturing the customized properties? Hi, Thanks for your valuable tips. As you suggested, I have tried with OuterHTML Property.Its working perfectly. Re: Test complete is not capturing the customized properties? Hi Alex, Thanks for your quick response. Yes.. You are right. I can see the property in outerHTML. Is there no way to map the object in namemapping instead of find the object in script by using EvaluateXpath() and FindChildByXpath() ? We are working in TestComplete for the past few years and we are using NameMapping instead of find the objects in script. Most of the objects in our application dont have unique id, so we fully depent on the object hierarchy. Recently few panels were introduced in between existing objects, so namemapping get broken. To make the script more robust, developers introduced a new property called 'auto-id' for all the objects. I thought that if we map the objects with this new property and enable 'extend find' feature, we can avoid name mapping issues in future though new objects would be included in between the existing one. Unfortunately object spy didn't capture the newly added property. So I have redo existing scripts by finding the objects by using EvaluateXpath() and FindChildByXpath() and eliminate namemapping? It will take lots of time for us to rework. Test complete is not capturing the customized properties? In our web application, developer has added 'auto-id' property for all the objects to make our tasks easier to identify the objects by unique id. We can able to see this property in Firebug of FF. But we couldn't find this property by using object spy and unable to map the object with it. Is it any way to map the objects by using the newly added property? Solved