Hi Satya, There is no concept of unloading a dynamically loaded functional library. If you use LoadFunctionLibrary, all the functions will be loaded during run-time and will be unloaded once the execution is over(no need to unload the function library). It wont associate the function libarry to your test. If your need is to unload during the run-time itself, then i hope it is not possible. If you associate function libraries to your test, then Bhuvan's solution may work. Thanks & Regards, Uday http://qtpftvideos.blogspot.in/ http://hpsqtp.blogspot.com/
On Monday, 17 December 2012 12:04:47 UTC+5:30, satya wrote: > Hi Frnds, I am loading the library functions at run time by using > LoadFunctionLibrary statement. then what my requirement is i want to remove > the Function library at run time once the execution of that function > completes i want to remove/unload the function from the test script is it > Possible to Unload the Function Library's at run time if possible plz tell > me the procedure Your help would be much appreciated. Thanks in Advance > Thanks, Satya > > > Mail sent via way2sms. <http://www.way2sms.com> -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en
