What is the difference between main test and compile module in winrunner

Showing Answers 1 - 3 of 3 Answers

Sriharsha

  • Jun 8th, 2006
 

hi,

Main Test : It is the main program.

Compiled Module : contains a list of all user defined functions.

  Was this answer useful?  Yes

SHANTHU

  • Jun 9th, 2006
 

In main test all the functions should be written in the script and in the compile module we will just give the functions in one script and compile that and when ever we want that functions we can call that by using call statement.this is very easy bcoz no. of users can use this call statement without reapeating the same function once again.  

  Was this answer useful?  Yes

KodumuruRamesh

  • Oct 16th, 2006
 

Hi,

     The main difference between main test and compile module in winrunner is

(1)when ever we the run main test it compiled and executed in one action(for every execution it compile every time) where as compile module is per compile and it is executed directly(i.e it is compiled for 1 time only)

(2)Main test contains sub test(i.e it contains call function) where as compile module doesnt contain it.

(3)Compile module is used or load by using load function.

For more information Contact me:

kodumururamesh@yahoo.co.in

or call on +919441014057

  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