Hi Anil,
First of all, I would like to know why you want to call a Function Library. As far as I know, Libraries are not meant to be called, rather it are meant to be attached to the test and the Functions inside the library are to be called.
So you can attach the Function Library(.qfl file) to your test prior to test run.You can anyway call any function inside the library from your script.
For attaching library files during run time you can try the following code:
First of all, I would like to know why you want to call a Function Library. As far as I know, Libraries are not meant to be called, rather it are meant to be attached to the test and the Functions inside the library are to be called.
So you can attach the Function Library(.qfl file) to your test prior to test run.You can anyway call any function inside the library from your script.
For attaching library files during run time you can try the following code:
Quote:Set qApp = CreateObject("QuickTest.Application")Please let me know..
qApp.Test.Settings.Resources.Libraries.Add(LibraryPath,Position)