Execute file statement - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Interview Questions (https://www.learnqtp.com/forums/Forum-UFT-QTP-Interview-Questions) +--- Thread: Execute file statement (/Thread-Execute-file-statement) |
Execute file statement - aniruddh1984 - 03-08-2010 Hi, Can someone please explain me what is the use of execute file statement in detail? How is it different to loading library files from test->settings->resources? Regards, Aniruddh RE: Execute file statement - Saket - 03-08-2010 QTP Help is having a good explanation on this. have you gone through that? if not, you can find it under HP QuickTest Professional User Guide > Defining Functions and Other Programming Tasks > Working with User-Defined Functions and Function Libraries > Executing Externally-Defined Functions from Your Test RE: Execute file statement - tester_rahul - 03-08-2010 Executefile is used to associate a function library at run time. This is the only difference. Executefile is used to associate a function library at run time. Thanks, Rahul. |