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
How do you handle dynamically changing area of the window in the bitmap checkpoints?
What is the use of virtual object wizard and how it is used?
How to check property of specific icon is highlighted or not?
What is the disadvantage of loading the GUI maps through start up scripts?
Without the gui map, use the phy desc directly?
Name the different types of checkpoints?
When would you use 'set_window' and when would you use 'win_activate'?
I want to do smoke test in my application but i have learnt the application before recording but im getting an error class name not found while running the script.I want to check each links and each text in my application. Can anybody answer my quesion plz.If it is possible i want test script for Yahoo login form with "New User" Login.
Write test scripts on a scenario where you have to transfer data from one table to another.
two file is there how will compate it by useing qtp.
What different actions are performed by find and show button?
Have you used winrunner in your project?
How to find the local host name using winrunner ?
How to integrate automated scripts from testdirector to winrunner scripts?
How do you clear a gui map files?