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 |
how v should get data from third excel sheet?
tell me about compiled module & function generator
is 'tech' is a Reserved word in WinRunner or not?
what is the default mode of executing TSL Script
Besides Record and Replay what else can we do with WinRunner?
is there any winrunner function which will allow me to send my user defined message to the test result window. i mean to say is there something similar to msgbox(that we use in qtp)in wr? the wr function i want to know is other then report_msg and tl_step.
What is T_Exit and T_return?
what are Obligatory and Optional properties in Winrunner? what is the use of those explain in detail..
when start testing
what is meant by build release note?what it contains?
How to force wr to learn the sub-items on a menu?
Is Winrunner 7.01 supports .NET applications?