ContributionsMost RecentMost LikesSolutionsnot recognizing name mapped objects from first tryHello, I am trying to map the objects from an webpage which has the hierarchy variable. there is a frame that multiplies in the hierarchy on each login (parentobject->frame->frame......->frame). For this I use conditional identifying and extended find to map the last frame in the hierarchy, and normal mapping for all its child objects. (parentobject->frame->frame......->frame=mappedobject). After each login I try to highlight a child object of the frame and it doesn't work. Highlighting the frame works, and moreover, after doing this all child objects can be highlighted. I cannot understand what is going on, and how can I fix this. Having objects not being identified(underlying object does not exist) at first, and working after parent object is highlighted looks very unstable for me. Thank you, JohnRe: Getting units and routines in scriptThank you very much for the advice. For me using TestItems is not an option, and I think I'll obtain the units by simply reading the files from Script folder and maybe reading their content and parse it to obtain the routines in the Main routine. Regards, John Getting units and routines in scriptHello, Is there a way to obtain in a script, the list of units from the project, or the list of routines and their units? I've searched the documentation and i haven't found anything regarding this. What I'm trying to do, is to call routines in Main unit without previously knowing its name, so adding new routines in new units doesn't force me to change the Main unit in order to allow me to execute them. Thanks, John Re: Easy deployment of a testing solution created in TestComplete<<<So, this means that you want to work with your project suite from different PCs, right?>>> WRONG! I don't want to work with ONE project suite on different PC's, I want my solution(colection of scripts, script extensions, event handling item, issue-tracking template, project properties, TC customizations) to be deployed on several "locations" meaning client companies, for which I will further develop TC projects, scripts and so on. Well I guess, there isn't any easy way, and so I will describe the deployment in a manual or something like that. Re: Easy deployment of a testing solution created in TestCompleteThanks for your answer. We are using TC6.5 and I haven't foud that topic in TC help! I've found something about sharing the project between users, but that wasn't really my question. Easy deployment of a testing solution created in TestCompleteHello, I am building a testing solution in TestComplete. By testing solution I mean, a set of procedures and functions that act as a general run engine(framework) for the created scripts and are able to pass data from excel files, the handle of events(defined in Events project item), maybe some script extensions(for now these, are only functions that I intend to transform in script extensions), an issue-tracking template and some project properties. After creating this solution I want to easily deploy it on several workstations. Is there a easy way of doing this? Can I export some of these things(project properties, events handling)? Thank you, John TestComplete script extensions encryptionHello, I want to develop some script extensions for our TestComplete projects, and I wonder if there is a way to encrypt them. We work for several clients and don't want to hand over our custom made solution so we want to include it in a script extension but only if they will be unable to read it. Thanks