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 Posted / 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 |
Post New Answer View All Answers
What is the purpose of gui spy?
What are the synchronization points?
What are the three modes of running the scripts?
What are the virtual objects and how do you learn them?
How to read the third party controls in the application
How enviornment veriable can be included into my script. I want to include some information into my Excel file using Test run in WR. like User name of system? waht is function to be used? Please clarify.....
Which function to use to compare the application date with system date?
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?
What happens when the gui map file get loaded?
How do you identify which files are loaded in the gui map?
write a compilemodule function for loginscreen.
How should we write and execute a user define function using WinRunner.
Explain data parameterization in winrunner?
What is toogle breakpoints? How does it differ from break points?
How do you copy and move objects between different gui map files?