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 you used WinRunner in your project?
1,You have scripts in Qtp8.2 and some scripts 9.0 ..how to handle ?
Dear all i am new to testing my company using vb.net and we are developing web based application. How i can test those application with winrunner if any one have some good tutorial or link kindly provide thanks u.
How would you define a "bug?"
How do you create a startup script in winrunner and what is consists generally?
What is Analog Recording?
what is split function?Give me the syntax?
What is checkpoints?
What is the process of file parsing in winrunner?
What is contained in the test scripts?
what is Retesting and what is the difference between Retesting and Regression testing?
7 Answers Accenture, Infeneon Technologies,
What is the use of Merge option provided in WR