Which protocol has to be selected for recording/playback a Visual Basic application?

Showing Answers 1 - 5 of 5 Answers

ashish tyagi

  • Nov 27th, 2006
 

You can create an empty Visual Basic Vuser script, in which you can place

Visual Basic code. This script type lets you incorporate your Visual Basic

application into VuGen. To create an empty VB Vuser script, choose VB

Vuser from the Custom category, in the New Virtual User dialog box. VuGen

creates an empty VB script:

VuGen creates three sections, vuser_init, action, and vuser_end. Each of these

sections contain a VB function?Init, Actions, and Terminate respectively. You

place your code within these functions.

An additional section that is viewable from VuGen, is the global.vba file,

which contains the object and variable global declarations for Vusers and

the VB application.

Public Function Actions() As Long

?"TO DO: Place your action code here

Actions = lr.PASS

End Function

  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