Can we use the user defined functions (which inclues script
with GUI functions) in Compile module?
Example:
public function MyGuiFun()
{
set_window(?Browser main window?);
button_press(?OK?);
}
If yes. pls give some example, how to handle...!
Answer / guest
Yes, we can create user defined functions in Compiled
moudle.
Handling the Compile Module:
Using the Call & Load functions you can call the compile
module into main program(Main Test).
Thanks & Regards,
Ratna Rao
9833847339.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is mean feasablity testing,
winrunner supports .NET technology or not?
How many check points are there in winrunner? what are they?
Does WinRunner have recovery mechanism built in?
How do winrunner connects to SQL database and what option is use?
What is the Extension File name of WinRunner?
can anybody tell me about 5 critical,major & low severity and priority with examples.
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 do you mean by the logical name of the object.
is 'tech' is a Reserved word in WinRunner or not?
How winrunner Handles varying window Labels?
What is the function that can be used to get the length of the edit box, other than 'Length(outvariable)' ?