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 |
How do you run your test scripts?
write a compilemodule function for loginscreen.
How do you unload the GUI map?
i was getinng problem if i use the same test-data(data table) to script1 and script2. why it is so? and how it can be resolved?
What is the purpose of gui spy?
what are the supporting development environments supported by winrunner
what are the stages of software development life cycle?
5 Answers Agility e-Services, Trigent,
Welcome link is dynamic. How do you handle? What is your approach and write script.plz send answer
Can anyone tell me the real usage of compiled modules and user defined functions stating real time example
what is the extension of default,custom check points ?
How to write a testcase and bugreport?plz expln with an example.
How to use winrunner?