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 |
What the Script for Database Test Using WinRunner
2 Answers Bally Technologies, CTS,
What happens when the gui map file get loaded?
In Analog mode of Recording in WinRunner,the maximum value of Y in (x,y) is ?
can any one provide some testing material?
How do handle error/exceptions in winrunner.
which TSl statement is used in winrunner to stop the Run
how many options are provided in WR login screen
What is meant by the logical name of the object?
How does WinRunner evaluate test results?
What id DB Folder? when it will be created and what it consists?
What is debug mode in Winrunner?
How do u check FONTS in Login Window?