+2 votes
in QuickTest Professional (QTP) by
How to associate function library at a run time?

1 Answer

0 votes
by
  • You can do so by using the “LoadFunctionLibrary” method. LoadFunctionLibrary “Complete path”
  • You can also use the ExecuteFile method. ExecuteFile “Complete path”
...