![]() |
The manual testing functionality is deprecated. Do not use it for creating new tests. It will be removed in a future TestComplete release. |
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