04-27-2011, 02:51 PM
(This post was last modified: 08-02-2020, 02:04 AM by UFTEnthusiast.)
Generally all resuable functions will kept in .VBS or .QFL Function library and Attach you Function library files to your test and Call those functions.
Eg:
This is what I have:
Thanks,
Eg:
This is what I have:
Code:
'CTE Testing
Call Function CloseAllOpenWindows ()
Call Function LaunchCTEBrowser ()
'Run tests here
Call Function LoginImageAccessCTE ()