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 do you identify which files are loaded in the gui map?
Welcome link is dynamic. How do you handle? What is your approach and write script.plz send answer
In my application I was supposed to test two columns.The first column1 belongs to one module and the other column2 belongs to other module.The content in both the columns is same.I supposed to check whether the data present in the column1 is same as the one in column2. Each column contains number of rows.So checking each row manually is diificult.Is there any option available in WinRunner or QTP to check the column data.These two columns are available in Data Base Tables. One way is that I can just number of rows in each column so that I can get rows count of both the columns,but apart from that I was supposed to check whether the data is also same in both the tables. Can anybody suggest me how I can go about this.
which option allows to execute script from a given location
WHAT S/W LANGUAGES DOES THE WINRUNNER & QTP SUPPORT? WHAT ARE THE LATEST VERSION OF BOTH THE TOOLS?
can we run compiled-mod function in a compiled module function?if yes then fwd sample script?
Write test scripts on a scenario where you have to transfer data from one table to another.
How do you make the configuration and mappings permanent?
what is mean feasablity testing,
Other than Regression testing where can also it can be used.
What is the purpose of regexp_label property and regexp_msw_class property?
list out the some of the exceptions list usually occur while recording and playing the script.