how you execute the function



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

Post New Answer

More WinRunner Interview Questions

For What are the browsers that WinRunner can Compatible? (I want Versions Like IE5.0 etc;)

3 Answers  


what is the file extension for object in AUT captured by WR

1 Answers  


can anybody give me example of 5 critical,major,& low severity and priority bug

0 Answers  


How do you make the configuration and mappings permanent?

0 Answers  


How to get the system date and time in winrunner?

2 Answers   Accenture,






What is framework? If u dont have framework how you manage your automation?

1 Answers  


two file is there how will compate it by useing qtp.

0 Answers  


Where to use the public or private functions in your script?

2 Answers  


Explain the purpose of gui spy?

0 Answers  


What are Optinal Properties and Obligation Properties? please explain in detail.

2 Answers  


what is the extension of the gui expected results file?

1 Answers   FCG,


What is the extension of gui map file?

0 Answers  


Categories