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 is the Extension File name of WinRunner?
what is wrun.ini file..what it consists?
3 Answers BeBo Technologies, Polaris,
how do you rate your self in winrunner
how can we upload manul test caseses in to test director
how will u perform bug tracking using winrunner?
Have you performed debugging of the scripts?
what is the gui map & gui map file in winrunner?
What is the disadvantage of loading the GUI maps through start up scripts?
Explain the purpose of loading winrunner add-ins?
How does WinRunner recognize objects on the application?
What is the procedure for Using Batch tests?And in real time how will use you use batch Tests?Explain with Clear Example?
Explain the use of test director software?