What is the purpose of load_dll?

Questions by madhuri.ratnam

Showing Answers 1 - 1 of 1 Answers

karthik

  • Apr 29th, 2006
 

This is a TSL statement used to load dll's for use in winrunner. Usually DLL's contain user defined functions that might needed regularly.ex:r=load_dll("dll-path");r=unload_dll("dll-path");There are 2 type's of dll's that can be used in winrunner - 16-bit and 32-bit For 16-bit the command is load_16_dll

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions