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
Have you used winrunner in your project?
How do you load GUI map?
How to get the resolution settings?
Name the three modes of running the scripts?
What is the disadvantage of loading the GUI maps through start up scripts?
What are the reasons that winrunner fails to identify gui object?
How do you call windows APIs, explain with an example?
What is the purpose of the temp GUI map file?
what are the differences you see in e-commerce and banking domain in testing point of view Thanks in Advance
What is the usage of Test case Design Techniques,in Integration/System Testing?
What happens when the gui map file get loaded?
what is the use of generate script that is avaliable 3 places(file settings, tools, object identification)
What is the use of gui map?
Explain data parameterization in winrunner?
supose 10 times text data is there but it will run 8 times whtat will you do.