What are the advantages and disadvantages of compiled module?

Questions by kavitha_pendkar   answers by kavitha_pendkar

Showing Answers 1 - 1 of 1 Answers

when we are calling the same functions recurrsively in the TSL script, we can define that functions in the compiled modules. Suppose in your test script you are calling a function recurrsively to do a repetetive testing, if you are not using the compiled modules you need to define the function each time you call that in the script this will make the script lengthy and un-necessary use of memory. But when you use the compile modules you can define all the functions which are recurssively called in the script. This will reduce the length of the script and memory usage will be saved. You can only define the functions in the compiled modules.  

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions