Occurs before the next step of the manual test is performed.
Declaration
OnBeforeStep(Sender, StepParams)
Parameters
Sender | [in] | Required | Variant | |
StepParams | [in] | Required | The ManualTestingStepEventParams object |
Description
The event occurs before the manual test's next step is performed. You can use this event to perform actions before the manual test's next step.
For information on how to create an event handler for this and other TestComplete events, see Handling Events.
Parameters
The event has the following parameters:
Sender
The Event control that processes the event.
StepParams
The
ManualTestingStepEventParams
object provides information about the step to be executed. You can use this object to modify the actions that are to be performed when the event occurs.Remarks
The OnBeforeStep
event is generated after the OnGetNextStep
event.
See Also
Manual Testing
OnGetNextStep Event
OnTestStop Event
OnStepFail Event
OnStepSuccess Event
OnStepSkip Event
Handling Events
Event Control