How to create compile module file and load to winrunner ?

Showing Answers 1 - 2 of 2 Answers

kichayagari

  • Nov 10th, 2007
 

  • Create New test in winrunner::File Menu-->New Test
  • Create GUI Function::New Test--->Here write GUI function-->Save it.
  • After Saving Create Compiled Function Module-->File Menu-->Test Properties--->general Tab-->Test type:change main test to compiled module-->Apply and Ok.
  • After create Compiled Module,Load to winrunner:: We can load that function using LOAD Function.
  • Syntax::  ""Load("funtion",0/1,0/1);""
                     First 0 indicates userdefined file
                     First 1 indicates system defined file
                     Second 0 indicates Appearance of function while running
                    Second 1 indicates Disappearance of function while running.
  • load to winrunner process:: Winrunner window-->Tools menu-->genral options-->Start up-->Browse previously saved Compiled module-->ok.

Using Start up to run the project automatically while winrunner launching.


  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