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?
Answer Posted / 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 |
Post New Answer View All Answers
How to force wr to learn the sub-items on a menu?
What are the platforms that WinRunner can be used?
Difference between winrunner and test director?
Are there any suitable free tools to conduct performance test on a php web application?Manual or automation which is preferable for such kind of application? please answer ASAP
Explain the winrunner testing process?
When would you use 'set_window' and when would you use 'win_activate'?
For my web Application I am recording website by WR. but the fuctions are displaying normal recorded fun. such as set_window...etc. eventhough i selected web add-in at start up WR. how to use web functions? such as web_link_click.... pls. guide
What is the purpose of set_window command?
Have you used winrunner in your project?
Without the gui map, use the phy desc directly?
two file is there how will compate it by useing qtp.
i would like to know the steps to write tsl exception and object exception with a simple example
What is the XML test cases creation?
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?
What happens when the gui map file get loaded?