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 |
In Analog mode of Recording in WinRunner,the maximum value of Y in (x,y) is ?
how to reverse the string using function
What do you mean by the logical name of the object.
can any one provide some testing material?
How many check points are there in winrunner? what are they?
How to fetch a value which is in a particular cell in a html table?
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..??
How do you copy and move objects between different gui map files?
What are Optinal Properties and Obligation Properties? please explain in detail.
I want to know is there any latest Win Runner Technology? If then plz tell me in detail. Thanks
can u tell da low severity & high priority in Banking projects with Examples
how can we make use of virtual object wizard to identify similar object can u explain with an example