how you execute the function
Answer / swarup
Wat, i understood from ur Question is? How to execute a
function right?
First step: Create a function Like
public function add( in a, in b, out c)
{
c=a+b;
printf(c);
}
2nd Step: Convert the File type to Complie module (File ->
Test properties -> General tab -> conver the test type to
Complie module)
3rd step: Save and write the load statement for the file and
store at start up script to activate this function parmanently.
4th step: call the function by the fun name with paramenters
{add(2,3)} in any file script.
This is the method how the functions are designed and used in WR
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by S/W Testing Automation Framework? What are different types of automation framework?
what is the difference between bitmap checkpoint and image checkpoint
The GUI MAp Editor or Rapid Fire test are not learning the GUI of any window or any object..The pointer conevrts to hand and everthing hangs till i don't press Ctrl+Alt+Del. Help me!!!
what is cookies testing and what are the possible test case.
Name the three modes of running the scripts?
When would you use 'set_window' and when would you use 'win_activate'?
What is the difference between writing a function and writing a script?
What the Script for Database Test Using WinRunner
2 Answers Bally Technologies, CTS,
Where did you learn winrunner and testdirector?
Where to use the public or private functions in your script?
What is Add Watch?
What is the disadvantage of loading the GUI maps through start up scripts?