ClassDispatchableGUITest
Definition
Namespace:ArtOfTest.WebAii.Design.ProjectModel
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
public class DispatchableGUITest : ICloudDispatchableTest
Inheritance: objectDispatchableGUITest
Implements:
Constructors
DispatchableGUITest()
Declaration
public DispatchableGUITest()
Properties
Credentials
Credentials required for cloud storage
Declaration
public CloudStorageCredentials Credentials { get; set; }
Property Value
CloudStorageCredentials
Implements
DispatchGroupId
Refers to the RunResult RunId that will be used to combine all individual results into one view
Declaration
public Guid DispatchGroupId { get; set; }
Property Value
Implements
ProjectId
This is used for cloud-run tests
ProjectLocalPath
This allows us to track the workspace location we've retrieved files into, for potential performance optimization (so we don't retrieve files more than once).
ProjectPath
This is used for locally-run tests
ProjectRemotePath
Gets or sets the project remote path.
Declaration
public string ProjectRemotePath { get; set; }
Property Value
The project remote path.
Rerun
Whether this test is executed as a rerun of a failed test
Settings
A settings node that allows for execution-specific settings to be passed from a test list to an individual test
Declaration
public Settings Settings { get; set; }
Property Value
Implements
SourceControlServerAddress
Gets or sets the source control server address.
Declaration
public string SourceControlServerAddress { get; set; }
Property Value
The source control server address.
StorageType
Local disk or cloud storage type
Declaration
public StorageType StorageType { get; set; }
Property Value
StorageType
Implements
TestListId
Refers to the test list that this test is a part of
TestName
Test Name for Execution status reporting
TestPath
This is used for cloud-run tests
TestType
Web, Load, Manual, Wpf test type
Declaration
public TestType TestType { get; set; }
Property Value
Implements
UseSourceControlVersion
Gets or sets the which path should be used for latest (source control or local).
Declaration
public bool UseSourceControlVersion { get; set; }
Property Value
True means retrieve latest from source control