Login
Remember
Register
Ask a Question
How to associate function library at a run time?
+2
votes
asked
Jan 14, 2020
in
QuickTest Professional (QTP)
by
GeorgeBell
How to associate function library at a run time?
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 14, 2020
by
GeorgeBell
You can do so by using the “LoadFunctionLibrary” method. LoadFunctionLibrary “Complete path”
You can also use the ExecuteFile method. ExecuteFile “Complete path”
...