What is the difference between STATIC FUNCTION & STATIC?
Answer Posted / 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 |
Post New Answer View All Answers
what is the difference between toggle checkpoint and checkpoint?
plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?
global sheet and external excel sheet how it will work
Why don’t we normally load the gui maps through start up scripts?
What is boundary test?
what is the testing high level architecture
What in contained in the GUI map?
Explain the purpose of loading winrunner add-ins?
Are there any suitable free tools to conduct performance test on a php web application?Manual or automation which is preferable for such kind of application? please answer ASAP
How to break infinite loop?
How do you handle pop-up exceptions?
When do you feel you need to modify the logical name?
What Framework is suitable to validate the Login screen.
What are the modes of script recording in winrunner ?
supose 10 times text data is there but it will run 8 times whtat will you do.