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?
Answers were Sorted based on User's Feedback
Answer / guest
it remains open till it finds another unload statement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srikanth.
it remains open.and if there are any variables in that
compiled module these variables are retains their initial
values.
best practice is load a compile module only once in a test.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between copy and call?
How winrunner Handles varying window Labels?
which function you will use to compare the application date with system date?..
what is def of MAINTEST
Where do you found that you can't use winrunner for automation?
What is the difference between writing a function and writing a script?
How to remove the data driven wizard from the script?
what is the difference between testlog and testdirector? thank u
Other than Regression testing where can also it can be used.
What is the Purpose of Virtual Object Wizard in WinRunner?
The default type of Constants and variables supported by TSL are..
Why don’t we normally load the gui maps through start up scripts?