Edit

ITestBase Interface

Definition

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

Applies to