ManualTestingStepInfo.GetInstructionsXSL Method

Applies to TestComplete 15.79, last modified on November 28, 2025
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..

Description

The GetInstructionsXSL method returns the name of the XSL file that is applied to the XML file containing the test step instructions. To get the XML-file name use the GetInstructionsXML method.

Note that if the step text is stored in HTML format, the value returned by the method is meaningless. To check the step text format, use the IsXMLContent method.

Declaration

ManualTestingStepInfo.GetInstructionsXSL()

Result String

Applies To

The method is applied to the following object:

Result Value

A name of the XML-stylesheet file that is used to form instructions for the manual testing step.

See Also

Manual Testing
Executing Manual Tests
About Manual Test Editor
Manual Testing Events
ManualTesting Object

Highlight search results