Creates a new folder in the test log and activates it.
Namespace:
SmartBear.TestLeft
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public void OpenFolder(
string Caption,
string additional = ""
)
Public Sub OpenFolder (
Caption As String,
Optional additional As String = ""
)
Dim instance As Log
Dim Caption As String
Dim additional As String
instance.OpenFolder(Caption, additional)
public:
void OpenFolder(
String^ Caption,
String^ additional = L""
)
Parameters
- Caption
- Type: SystemString
The folder caption. - additional (Optional)
- Type: SystemString
The text to display in the log's Additional Info. It can be plain or HTML-formatted text. In order for TestLeft to recognize the additional text as HTML code, the text must start with a tag.
See Also