The manual testing functionality is deprecated. Do not use it for creating new tests. It will be removed in a future TestComplete release. |
Occurs when the user clicks the Success button in the Step Description dialog.
Declaration
OnStepSuccess(Sender, StepParams)
Parameters
Sender | [in] | Required | Variant | |
StepParams | [in] | Required | The ManualTestingStepEventParams object |
Description
The event occurs when the user clicks the Success button in the Step Description dialog. You can use this event to perform actions when clicking the Success button in the Step Description dialog.
Parameters
The event has the following parameters:
Sender
The Event control that processes the event.
StepParams
The
ManualTestingStepEventParams
object provides information about the step execution that finished successfully. You can use this object to modify the actions that are performed when the event occurs.Remarks
For information on how to create an event handler for this and other TestComplete events, see Handling Events.
See Also
Manual Testing
OnStepFail Event
OnStepSkip Event
OnBeforeStep Event
OnTestStop Event
Handling Events
Event Control