Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the difference between script and compile module?

module Script
0
Posted

What is the difference between script and compile module?

0

Test script contains the executable file in WinRunner while Compiled Module is used to store reusable functions. Complied modules are not executable. b) WinRunner performs a pre-compilation automatically when it saves a module assigned a property value of “Compiled Module”. c) By default, modules containing TSL code have a property value of “main”. Main modules are called for execution from within other modules. Main modules are dynamically compiled into machine code only when WinRunner recognizes a “call” statement. Example of a call for the “app_init” script: call cso_init(); call( “C:\\MyAppFolder\\” & “app_init” ); d) Compiled modules are loaded into memory to be referenced from TSL code in any module.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123