Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
As far as I am aware, NameMapping only impacts performance on load time, before the script execution actually starts. So you may see some delay between starting your tests and the execution of the first testing step.
As for adding NameMapping at runtime, you can do so, however I don't have a lot of experience with it. You cannot, as far as I can tell, add Aliases, but you can add NameMapping items. See http://smartbear.com/support/viewarticle/12464/
However, given that you need to know the items already (SysNode), this will take some programming to be able to map all your stuff programmatically. I'm not sure how much time saving this will be for your situation.
As for adding NameMapping at runtime, you can do so, however I don't have a lot of experience with it. You cannot, as far as I can tell, add Aliases, but you can add NameMapping items. See http://smartbear.com/support/viewarticle/12464/
However, given that you need to know the items already (SysNode), this will take some programming to be able to map all your stuff programmatically. I'm not sure how much time saving this will be for your situation.