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 |
can any one provide some testing material?
What is a checkpoint and what are different types of checkpoints?
what is add-in manager in WinRunner?
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.
How you integrated your automated scripts from TestDirector?
How do you configure gui map?
For What are the browsers that WinRunner can Compatible? (I want Versions Like IE5.0 etc;)
Can any one plz tell me any site where i could find some free testing tools like winrunner,load runner etc.plz reply on my mail if possible.Regards nitin9360@gmail.com
what is the key combination to terminate script execution
What are the three modes of running the scripts?
what is mean by v module . pls give answer with example
when obligatory & optional properties cannot uniquely identifying an object then in that case which method u r follow for identifying object in Win Runner ?