How do you load compiled module inside a comiled module?

Showing Answers 1 - 4 of 4 Answers

muralidhar vadakattu

  • Oct 11th, 2005
 

In the similar way as you do in the main script.  Use load command in the compile module itself.

load("path");

  Was this answer useful?  Yes

Nag

  • Jan 3rd, 2006
 

load("path of the compile module", 0/1,0/1)

0 - User Defined Module; 1 - system defined module

0 - Appearence of the path in WinRunner Window menu

1 - Hide the path

  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