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 |
is 'Vendor' is a Reserved in WinRunner or not?
Where are test cycle folders created if TSL Script is not saved
What is contained in the GUI map?
How will u find Automation Test cases and how to find regression test cases?
what is custom check point? what is the diff.between custom check point and runtime Record check ?
2 Answers Infeneon Technologies,
How to use winrunner?
Please give an example for test case.
Define parameterizing?
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..??
which method are using to obtain runtime property of an object
How do I use function File_Printf() to output a Space and a New Line? Thx.
Is it possible to place a Logical name in a data table and can use that logical name in the script? Tell me with mentioning function names..?