What is the difference between STATIC FUNCTION & STATIC?
Answers were Sorted based on User's Feedback
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 |
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 |
How do you find out which is the start up file in winrunner?
How can you do debugging in winrunner?
Where are the expected results file will be stored? what is the extension of that?
what is the syntax for regular expression.dont send the types like regexp_label,regexp_msw_class
How to carry out manual testing for a background process which does't have any user interface
How do you load GUI map?
what are the stages of software development life cycle?
5 Answers Agility e-Services, Trigent,
How should we write and execute a user define function using WinRunner.
what is the automation frame work ?
What is Syncronisation in Winrunner?
what is contained in the GUI check list?
Where exactly testing comes in to picture in S.D.L.C?