what load_dll in winrunner
Answers were Sorted based on User's Feedback
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 |
When do you use verify, Debug and Update modes?
How do you suppress a regular expression?
When it is appropriate to change physical description?
How would you define a "bug?"
i would like to know the steps to write tsl exception and object exception with a simple example
Is load testing is possible with WR?
how can we upload manul test caseses in to test director
What is the purpose of the temp GUI map file?
How can I check the font size and color using winrunner?
How to test Fonts and its size thru "Font Expert" in Win Runner.
How do you find the number of elements in a list box in winrunner?
If u press a push button in an application the winrunner generates tsl statement like button_press(..) i.e the class name of the object and the event on that object but Why if u click a static text in an application the winrunner generates tsl statemen like win_mouse_click rather than the statement with combination of classname and event..??