![]() |
The manual testing functionality is deprecated but still available in TestComplete. While we recommend using other approaches for new tests, you can continue to create and run manual tests if needed.. |
The ManualTestStep object contains the following properties:
Property List
Name | Description |
---|---|
Caption
|
Specifies the step caption. |
Description
|
Specifies the step description. |
Enabled
|
Specifies whether the step is included or excluded from the test run. |
IconFileName
|
Specifies the name of the file holding the step icon. |
Id
|
Specifies the step identifier. |
InstructionsText
|
Specifies the text to be displayed as step instructions. |
InstructionsURL
|
Specifies the name of the file holding the step text. |
IsXMLContent
|
Specifies whether the step content is stored in the XML+XSL or HTML format. |
Notes
|
Specifies the step notes. |
XMLFileName
|
Specifies the name of the XML file storing the step text. |
XSLFileName
|
Specifies the name of the XSL file that is applied to the XML file storing the step text. |