What is the difference between STATIC FUNCTION & STATIC?

Answers were Sorted based on User's Feedback



What is the difference between STATIC FUNCTION & STATIC?..

Answer / girish k.s.

static: A static variable is local to the function, test,
or compiled module in which it is declared. The variable
retains its value until the test is terminated by a Stop
command.

STATIC FUNCTION: A static function is available only to
the test or compiled module within which the function was
defined.

Is This Answer Correct ?    4 Yes 0 No

What is the difference between STATIC FUNCTION & STATIC?..

Answer / sachin

static is a keyword whic is invoked automatically.The value
of the static variable is 0.

static function is a function whic inturn helps in
accessing static variables. ONly static functions can
access the static variables

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More WinRunner Interview Questions

how v should get data from third excel sheet?

1 Answers  


how many options are provided in WR login screen

1 Answers  


which method are using to obtain runtime property of an object

1 Answers   Polaris,


how do you analyze the properties associated with object

1 Answers  


what is test bed

1 Answers   Satyam,






What is keyword driven testing? what is the difference between severity and priority?

2 Answers   Mind Tree,


what is the use of Step into option provided in WR?

2 Answers  


Hi guys pls any one help me , I am facing this problem since last one week , my question is in there 1000 rows and 1000 coloums , i want to pick the one record , how ?

1 Answers  


can we run compiled-mod function in a compiled module function?if yes then fwd sample script?

1 Answers  


What is the TSL function in WinRunner to connect to test director?

1 Answers   Infosys, Kanbay, Scope International,


what is software metrics

1 Answers   IBM,


When Both Developer and Test Engineer conducting testing different?

1 Answers  


Categories