InterfaceICloudDispatchableTest
Interface
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:
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
Rerun
If the test is rerun is set to true
Settings
A settings node that allows for execution-specific settings to be passed from a test list to an individual test
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
TestName
Test Name for Execution status reporting