What is the difference between system module,compile module,user module,main module??

Showing Answers 1 - 1 of 1 Answers

Rashmi U S

  • May 17th, 2006
 

Compile module:-The purpose of the compile module is to not to perform a test but to store the functions which we more frequently used so the it is convieniently acessed by the other tests.The content of the compile module differs from other tests it doest not contain the check points and analog input such as mouse tracking.

In order to access the functions in compile module we need to load it in the script.

There are 2 types of loading the compile module in the script

1.System Module

2.User Module

System module:-It is generally a closed module module which is invisisble to the tester.It is not diplayed when it is loaded.It is unloaded when you execute a unload statement with no parameter.

User Module:-User module is exactly opposit to the system module

Syntax:: load(Module_name,[1/0],[1/0])

The first optional parameter indicates that whether module is system or user

0(default):-User module

1:-Its a system module

The second optional parameter indicates that whether the user module will remain in the winrunner window or it closed automactically.

0(default):- User Module wil remain open

1:-User module will be automatically closed

  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