Micro Focus QTP (UFT) Forums

Full Version: Login action as reusable...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have made a login Action and made it reusable.I use this in 3 other scripts.. But what's going on is that if i change user name in that reusable action's local table,it is not getting updated in other scripts. Other script use old username.But if i call copy of this reusable action again in those 3 scripts then it takes new username..But i donn want to call again and again this reusable action after changing data in it...for it what to do???Sad

Can anybody help me in it.
Same Issue occurs whan a function is assocciated with a Script..but if that function is modified then need again association otherwise it will pick the old function's defination...

Thank u so much
Hi,

I had also faced the same problem. The solution I got is:

Import the external data sheet into the testscript in which you want to use this component.
It's working fine for my script.

I hope it will also work for you .....
Smile