What is the diffrance bet. Compiled module and User defined
Functions?
Answers were Sorted based on User's Feedback
Answer / bala
User defined functions can be created in a test or in a
compiled module.userdefined functions in a complied module
can be called from any test where as the user defined
functions can be called only within which test the function
was defined
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / zahirhussain
Compile Module nothing but user defined function ,
User want to reuse some set of scripts in the WR , So he
can use user defined function .
User has to compile the user defined function then only he
can use it.
So, user has compiled the function and it become compile
module.
There is nothing difference , user defined function has to
use in WR , so the particular TSL has to run by WR. and
script becomes compile module.
Please correct me.
Thanks & Best Regards
Zahir Hussain
CHENNAI
Cell : 9382899885
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / girish
then what is the difference between compile module and
adding functions through function generator
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the function of eval function?
How to force wr to learn the sub-items on a menu?
How to automate testcases?what were the challanges that u had in automating win runner?
What is the purpose of Wdiff utility?
How do you create a startup script in winrunner and what is consists generally?
How do you maintain the document information of the test scripts?
What is the purpose of regexp_label property and regexp_msw_class property?
How to remove the data driven wizard from the script?
what is the diff. Between GUI_unload() and GUI_close()?
i would like to know the steps to write tsl exception and object exception with a simple example
Have you performed debugging of the scripts?
What is the exact difference between Integration & System testing, give me examples with your project.