ManualStep Statement

Description

Represents a manual step in a business component. When you open a manual component in UFT One, it converts it to a business component automatically converts each of the steps in the manual component to ManualStep statements, and includes the step name, description, and expected result as argument values of the ManualStep statement.

You can also insert a ManualStep operation to add manual steps to your business component, or edit existing ManualStep statements. All modifications you make in UFT One to the component's ManualStep operations are reflected in the Component Steps tab and Automation tab of the component in ALM and vice versa (after you save the changes).

For more details about converting manual components to business components, and working with ManualStep statements, see the Micro Focus Unified Functional Testing User Guide.

Note: This statement is intended for use only with business components.

Syntax

ManualStep(Name, [Description, ExpectedResult])

Argument

Type

Description

Name

String

The name of the manual step.

Description

String

Optional. The content of the manual step (its description).

ExpectedResult

String

Optional. The expected result in the application you are testing after the manual step is performed.

 

See also: