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?
Answers were Sorted based on User's Feedback
Answer / mercurytsl
No it's value not changed.Instead at debugging time itself
it gives error message like "you cannot Reinitialize a
constant" like that
| Is This Answer Correct ? | 1 Yes | 0 No |
What is Data Driven TEsting?
What is the default type of constant TSL supports?
what r the standard properties r u checking for pushbutton?
The title of the window consists of Date and Time.Tell me the Regular Expression to recognise that window as unique?
What is GapAnalysis? i am not getting the coorct answer for this question still now.
How to get the resolution settings?
Have you ever written test cases or did you just execute those written by others?
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?
How does winrunner Recognize Objects in an application?
two file is there how will compate it by useing qtp.
What is the diffrance bet. Compiled module and User defined Functions?
Say there is some content in an array. what function do you use to get the content of an array?