Where are multiple properties of object stored
Answers were Sorted based on User's Feedback
Answer / maheswar
.gui stores about the properties and >ckl for check lists
correct me if iam wrong
Is This Answer Correct ? | 0 Yes | 0 No |
what is meant by build release note?what it contains?
What is the definition of function?
what is the purpose of verify,update and debug modes in wr?
Which are default codes winrunner generates when we start the application?
What all are the different databases winrunner can support?
When do you use break points?
what is the difference between bitmap checkpoint and image checkpoint
You declared a constant in a main test..Later you want tried to reinitialize that constant..what will happened? i.e const i=10; -- --- i=20; what will happen?
When it is appropriate to change physical description?
wat is the d/b windows 95&98&xp?could anybody give reply ?
what is the regular expression for dd-mm-yyyy?
Suppose there is a global variable called Counter.And there is a user defined function called my_function.which does not take in any parameters. How can a test engineer utilize Counter inside my_function body?