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 can we stop a automation program in middle of execution time?
What is keyword driven testing? what is the difference between severity and priority?
What are the different modes of recording in winrunner?
How will you automate a test case?How will u find a IPconfig of an appln or a machine?
can we write exception handlers (object,tsl,pop-up) programatically then how should we insert this in the script?
how you execute the function
What is the use of test director testing tool?
How do you find an object in an gui map.
why you are doing software testing, why testing necessary
How do you handle pop-up exceptions?
What are all the parameters used in Winrunner? What is actual parameter and formal parameter?
What is the purpose of Wdiff utility?