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 |
Tell me the usecase format r u using in ur company?
i was given test cases which are in quality center and i need to automate them using winrunner . the application is a power builder , client server and based on windows. so how should i go about automating my test cases ( winrunner and quality centre are the tools used)
How do you identify which files are loaded in the gui map?
what is def of MAINTEST
what is custom check point? what is the diff.between custom check point and runtime Record check ?
2 Answers Infeneon Technologies,
What in contained in the GUI map?
How to Import(insert) data from an excel sheet to Database(table).
How to know from the script that whether the object is custom object or virtual object?
which option allows to execute script from a given location
Explain the winrunner testing process?
what is the testing high level architecture
What is the difference between QTP and WinRunner?