ryan_perneel
10 years agoContributor
NameMapping vs Objects Defined In Code
Is there any benefit to using the Namemapping feature in TC as opposed to referencing the object locations in code?
Currently, I have functions that will give me certain parts of the application, and if a location changes, i just need to change one function to update the location. We have recently gotten into performance issues when coding tests, and I am concerned that I have too many functions in the codebase for TC to handle.
When using the NameMapping, if a root object changes, would you have to goto all the items that reference that root and update them?
Thanks.