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

Are there any suitable free tools to conduct performance test on a php web application?Manual or automation which is preferable for such kind of application? please answer ASAP

1 Answers  


Testing work start at once

1 Answers   Manhattan,


hi, this is balu. I looking for testing job. I want qtp software . any body have . pls send mail to me dont forget. send a mail to me kool.balu@gmai.com

1 Answers  


How to insert the data in to the data table from the data base records?

2 Answers   CTS, Landscape Technologies,


If we send the bug report but the developer didnt understood the bug report then will the tester do?

1 Answers  


What is database check points? how many types are there?Explain?

5 Answers   Second Foundation,


What is the difference between a Defect & an Error?

3 Answers  


How does winrunner evaluates test results?

3 Answers   Logica CMG,


In an Testing Interview, in winrunner the following question asked. what is the use of compile module? how u r implemnted these compile modules in ur project. give any TSL script of compile module?

1 Answers  


how to test the websites using winrunner iam pactising in winrunner version 7.0,how to get new trail version of winnrunner?

1 Answers  


How to do the "Exception Handling" in Winrunner ..... Give Me detail Practical approach....(Object Exception,TSL exception & Pop - up also).......?

1 Answers   CTS, SunGard,


Which function in TSL invokes AUT

3 Answers  


Categories