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 |
When Bitmap check point fails..How many windows will appear?
I Loaded a compile module "mycomp()" using Load statement.later I tried to load this same compile module using one more load statement.Then I tried to unload this usning unload statement one time.will it unload the compile module?
Explain the purpose of loading winrunner add-ins?
How to insert the data in to the data table from the data base records?
2 Answers CTS, Landscape Technologies,
Have you ever created a test plan?
What is the difference between a Defect & an Error?
In an Testing Interview, in winrunner the following question asked. what is the use of compile module? how u r implemnted these compile modules in ur project. give any TSL script of compile module?
what is the advantage of INOUT parameter over OUT parameter?
What is Syncronisation in Winrunner?
How to write TSL for exception handling
What is the difference between bitmap checkpoint and image checkpoint?
What are the reasons that WinRunner fails to identify an object on the GUI?