what load_dll in winrunner

Answers were Sorted based on User's Feedback



what load_dll in winrunner..

Answer / uday kumar. a

Loads the specified DLL(Dynamic Link Library) into WR.

Inorder WR to use the dll, we will write all the functions
in dlls in C or C++. Once we create the dll we need to load
the dll to access all the functions written in that dll.

WR provides the functions in the same way. They(MI) write
all the functions in DLLs and once WR starts, it loads all
these dlls.

Is This Answer Correct ?    2 Yes 0 No

what load_dll in winrunner..

Answer / g

load_16_dll("path")
load_32_dll("path")

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More WinRunner Interview Questions

what is meant by build release note?what it contains?

4 Answers   CTS,


What is a checkpoint and what are different types of checkpoints?

0 Answers  


What is synchronization? what is the purpose of wait() function? what is the diff. between wait() and other synchronization functions in winrunner?

8 Answers   Infeneon Technologies,


which is the latest version in Winrunner

6 Answers  


Explain difference between winrunner and test director?

0 Answers  






How to find the local host name using winrunner ?

0 Answers  


How to handle exceptions in for loop of DDT script.

2 Answers  


What is the extension of GUI check points check list file?

3 Answers   FCG,


Whats a difference between Verification Point and Syncronization point?

6 Answers   AZTEC, CTS,


What is keyword driven testing? what is the difference between severity and priority?

2 Answers   Mind Tree,


How will u find Automation Test cases and how to find regression test cases?

4 Answers   TCS,


What is the disadvantage of loading the GUI maps through start up scripts?

0 Answers  


Categories