Interface
ICloudDispatchableTest

Indicates that a class can be run in a cloud setting

Definition

Namespace:ArtOfTest.Common.Design.ProjectModel.Interfaces

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public interface ICloudDispatchableTest

Derived Classes: DispatchableGUITest

Properties

Credentials

Credentials required for cloud storage

Declaration

cs-api-definition
CloudStorageCredentials Credentials { get; set; }

Property Value

CloudStorageCredentials

DispatchGroupId

Refers to the RunResult RunId that will be used to combine all individual results into one view

Declaration

cs-api-definition
Guid DispatchGroupId { get; set; }

Property Value

Guid

Rerun

If the test is rerun is set to true

Declaration

cs-api-definition
bool Rerun { get; set; }

Property Value

bool

Settings

A settings node that allows for execution-specific settings to be passed from a test list to an individual test

Declaration

cs-api-definition
Settings Settings { get; set; }

Property Value

Settings

StorageType

Local disk or cloud storage type

Declaration

cs-api-definition
StorageType StorageType { get; set; }

Property Value

StorageType

TestListId

Refers to the test list that this test is a part of

Declaration

cs-api-definition
Guid TestListId { get; set; }

Property Value

Guid

TestName

Test Name for Execution status reporting

Declaration

cs-api-definition
string TestName { get; set; }

Property Value

string

TestType

Web, Load, Manual, Wpf test type

Declaration

cs-api-definition
TestType TestType { get; }

Property Value

TestType