ITestBase Interface
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.
public interface ITestBase
type ITestBase = interface
Public Interface ITestBase
Properties
| Actions |
The actions required to complete the test case. Could be a mixture of groups, manual steps and shared step sets. |
Methods
| CreateSharedStepReference() |
Creates a reference to a new shared step. |
| CreateTestStep() |
Creates a new test step. |
| GenerateXmlFromActions() |
Generate xml for all actions |
| LoadActions(String, IList<TestAttachmentLink>) |
Load actions with teststeps and attachments |
| SaveActions(JsonPatchDocument) |
Save all actions teststep and attachment as relations into json object |