what is compile module in WinRunner?
Answers were Sorted based on User's Feedback
Answer / hemakumar jm
The area where user defined functions are defined(Called
area)
eg: call "c:\\temp\\hema\\cmp1"();
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / viru kulkarni
Compiled modules are nothing but TSL scripts that are pre-
compiled and are loaded in the memory/buffer at runtime
usking the TSL function Load() or Reload().
They are not interpreted at run time as they are pre-
compiled modules.
Viru Kulkarni.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kris
To maintain permanent .exe of user defined functions in
hard disk ,we can use this compile module concept.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Data Driven TEsting?
How to handle exceptions in for loop of DDT script.
In the system of coordinates used by WinRunner,the origin(0,0 coordinate)is located in the --- screen?
you hae a inbox and got a mail how can you know it is there or not write script.
What Is Test policy and what is Test Strategy ? differenciate between them? Explain with examples?
Where are the expected results file will be stored? what is the extension of that?
How do you handle pop-up exceptions?
list out the some of the exceptions list usually occur while recording and playing the script.
How to know from the script that whether the object is custom object or virtual object?
Which of the following, we cannot include in a compiled module? a)check points b)analog statements c)reporting statemnts
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..??
what is the diff. Between GUI_unload() and GUI_close()?