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 ()
