What are the limitations of the compile module in WinRunner?

Showing Answers 1 - 15 of 15 Answers

jayapal reddy

  • Nov 8th, 2006
 

compiled module:this is a test type in winrunner.this test consists of only user defined functions.v can compile this test but we cant execute it.v can use this compiled module in main test using function load();.when same set of operations r performed repeatedly in different tests then we write those operations in compiled module n call this tests where ever required.

  Was this answer useful?  Yes

sudhakar2068

  • Nov 14th, 2006
 

The limations of the Compile Module in Win Runner.

Calling the Tests.

Calling of functions.

But the not appicable for Compile Module are this

cannot be Inserted check points.

Date can erased from Hard disk.

have to written the Start up Scripts.

Sudhakar kolla,

Email:kollasudhakar2005@yahoo.co.in

Number:09819859346.
N

  Was this answer useful?  Yes

ravi baddipudi

  • Dec 12th, 2006
 

Limitation of compile module is , it can not run batch testing. it runs only user defined functions ... (if that operation is repetable operation).

  Was this answer useful?  Yes

suma

  • Jan 11th, 2007
 

Hi,

 a) Compile module is a script containing a library of user defined functions that u want to call frequently from other test .When you load a compile module , its functions are automatically compiled and remain in memory.You can call directly from within any test.

b) Compile modules can improve the Organization and performance of your tests.Since you debug compiled modules before using them, your test willl require less errror checking .In addition , calling a function that is already complied is significally faster than interpreting a function in a test script.

  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