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 the exact difference between Integration & System testing, give me examples with your project.
What is the use of gui map and what happens when gui map file get loaded?
what is the function key to toggle a breakpoint
how can u do web testing?exactly what is the process for web testing?
1 Answers IBM, Keane India Ltd,
what are the default addin?s provided by WR
how do you analyze the properties associated with object
Testing work start at once
can we write exception handlers (object,tsl,pop-up) programatically then how should we insert this in the script?
How do you clear a gui map files?
which option allows to execute script from a given location
How to know the on which OS and version the application is running through script in winrunner?
How to find the local host name using winrunner ?