ITestStep.CreateAttachment(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an attachment.
public Microsoft.TeamFoundation.TestManagement.WebApi.ITestStepAttachment CreateAttachment(string url, string attachmentName = null);
abstract member CreateAttachment : string * string -> Microsoft.TeamFoundation.TestManagement.WebApi.ITestStepAttachment
Public Function CreateAttachment (url As String, Optional attachmentName As String = null) As ITestStepAttachment
Parameters
- url
- String
- attachmentName
- String