Code:
Libraray file (Libtest.vbs or Libtest.qfl)
public Function Login
'**************************CODE INSIDE THE FUNCTION
End FunctionIn the driver script,
You can add it using File->Setting->Resoures->Add this lib file
call the function directly Eg. Login and this function will be called.

