09-22-2011, 08:33 PM
loadfunctionlibrary - Loads the specified function library when this step runs
Executefile - Executes a vbs file. when you run this, the definitions (functions, subroutines, classes, etc.) in the file are available from the global scope of the action's script. I think the main difference would be you can not debug with the statements when you use executefile.
answer to your second ques - at the end of your test execution before quitting QTP, remove the objectrepository you added .
Executefile - Executes a vbs file. when you run this, the definitions (functions, subroutines, classes, etc.) in the file are available from the global scope of the action's script. I think the main difference would be you can not debug with the statements when you use executefile.
answer to your second ques - at the end of your test execution before quitting QTP, remove the objectrepository you added .