Can anyone tell me the real usage of compiled modules and
user defined functions stating real time example
Compiled Modules are LIBRARIES of Frequently used
Functions.You can save user defined Functions in Compiled
modules and then call the Functions from your test scripts.
Example:
A car is a Compiled Module.The parts in it are User Defined
Functions.
An Apple in whole a Compiled module the flesh and seeds in
it are User defined functions
| Is This Answer Correct ? | 0 Yes | 1 No |
how to download jmeter from net,is it open source
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?
what are the differences you see in e-commerce and banking domain in testing point of view Thanks in Advance
How to remove the data driven wizard from the script?
Whats a difference between Verification Point and Syncronization point?
What are the reasons that winrunner fails to identify gui object?
hi i am unable to do select the flight in the flight table like list_select_item ("Flight",v_Select_Flight); v_Select_Flight=19072 LON 08:00 AM LAX 10:00 AM AF $161.90 why it is happining pls clarify me doubt
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?
What is the automation process in winrunner?
Is 'public' allowed inside of the function declarations?
ca n u give the eample for low severity & high priority in ur Internet Banking project
How to know from the script that whether the object is custom object or virtual object?