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 |
How to handle exceptions in for loop of DDT script.
What are the synchronization points?
what is mean by v module . pls give answer with example
What is the difference between STATIC FUNCTION & STATIC?
How can withwin runner to make single scripts which supports multiple languages?
what is the function key to toggle a breakpoint
How to to get the information from the status bar without doing any activity/click on the hyperlink?
How does WinRunner evaluate test results?
what is the difference between copy and call?
What is the purpose of regexp_label property and regexp_msw_class property?
what are the differences you see in e-commerce and banking domain in testing point of view Thanks in Advance
Name the different types of checkpoints?