Collections:
Load Function Library in UFT Test
How to load a Function Library file in a UFT test?
✍: FYIcenter.com
There are several ways to load a function library file in a UFT test.
1. Load function library with test settings - Go to "File > Settings > Resources". Then click the "+" icon under the "Libraries" section. Use the file browser icon to select and load the function library file.
2. Load function library with "Solution Explorer" panel - Open the test in the "Solution Explorer". Then right-mouse click the test name to select "Add > Associate Function Library". Use the file browser icon to select and load the function library file.
3. Load function library with LoadFunctionLibrary() method - In the test script, use the LoadFunctionLibrary(file_path) to load the function library file.
Â
⇒ UFT (Unified Functional Testing) Tutorials
⇠Create Function Library in UFT
2018-01-24, 1707👍, 0💬
Popular Posts:
How to convert a date and time to a standard format? Date and time can be displayed in a number of s...
How to generate user full names? Test user names are frequently needed in testing applications that ...
How to generate string test values? To help you to obtain large number of string test values, FYIcen...
How to force JMeter to automatically flush test result to file immediately after each sampler is exe...
Where to find tutorials on UFT (Unified Functional Testing) tool? I want to know how to use UFT. Her...