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

What is the purpose of gui map configuration?

0 Answers  


what is the automation frame work ?

1 Answers   BeBo Technologies,


what is mean SRS and URS . differns btwn SRS and URS

3 Answers  


How do you invoke a text file from winrunner?

6 Answers   BeBo Technologies,


How many exceptions are there in winrunner and what are they?

1 Answers   Tomax,


how do you analyze the properties associated with object

1 Answers  


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

1 Answers  


can anybody tell me which type of questions raised on ERP domine in interviews?

0 Answers  


wahat do u mean by exceptional handling in winrunner

3 Answers  


How do you find an object in an gui map.

0 Answers  


Explain in detail the parameterization steps in DDT?

1 Answers  


What are the different modes of recording?

2 Answers   Ordain Solutions,


Categories