Class Test
Inheritance
System.Object
Test
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class Test : TestBase, INotifyPropertyChanged, IDataTransport, IExtensibleDataObject, ICloudDispatchableFactory
Constructors
Fields
Declaration
public static readonly string[] ALL_FILE_EXTENSIONS
Field Value
Declaration
public const string FILE_EXTENSION = ".tstest"
Field Value
Declaration
public const string IMAGE_STORE_EXTENSION = ".imgstore"
Field Value
Declaration
public const string LEGACY_FILE_EXTENSION = ".aii"
Field Value
Declaration
public const string PERF_CONFIG_FILE_EXTENSION = ".tsprofconfig"
Field Value
Declaration
public const string PERF_DEFAULT_CONFIG_SUBFOLDER = "Profiler Configurations"
Field Value
Declaration
public const string PERF_RESULTS_FILE_EXTENSION = ".tsperf"
Field Value
Declaration
public const string RESOURCE_FILE_EXTENSION = ".resx"
Field Value
Properties
Declaration
public BrowserExecutionType BrowserType { get; set; }
Property Value
Declaration
public AssemblyReferenceCollection CurrentReferences { get; }
Property Value
Declaration
public string DefaultProfilerConfigurationFileName { get; }
Property Value
Declaration
public bool DefaultToGrid { get; set; }
Property Value
Declaration
public string DesktopAppPath { get; set; }
Property Value
Declaration
public bool DisableDialogMonitoring { get; set; }
Property Value
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
|
System.Runtime.Serialization.ExtensionDataObject
|
Declaration
public bool HasBuiltInGrid { get; }
Property Value
Declaration
public bool HasCodeBehind { get; set; }
Property Value
Declaration
public string HtmlDescription { get; set; }
Property Value
Declaration
public List<ElementDescriptor> IndependentDescriptors { get; set; }
Property Value
Declaration
public bool InheritParentDataSource { get; set; }
Property Value
Declaration
public override bool IsManual { get; set; }
Property Value
Overrides
Declaration
public bool IsSilverlightApp { get; set; }
Property Value
Declaration
public bool IsUILoaded { get; set; }
Property Value
Declaration
public string ProfilerBenchmarkResultsFilePath { get; set; }
Property Value
Declaration
public Guid ProfilerBenchmarkResultsId { get; set; }
Property Value
Declaration
public string ProfilerConfigurationFilePath { get; }
Property Value
Declaration
public string ProfilerConfigurationFolderPath { get; }
Property Value
Declaration
public Guid ProfilerConfigurationId { get; set; }
Property Value
Declaration
public string ProfilerResultsDirectory { get; set; }
Property Value
Declaration
protected override Project Project { get; set; }
Property Value
Overrides
Declaration
public string QcFilePath { get; set; }
Property Value
Declaration
public int QcId { get; set; }
Property Value
Declaration
public int QcVersionStamp { get; set; }
Property Value
Declaration
public int ReuseAppWindow { get; set; }
Property Value
Declaration
public string SilverlightAppLocalDirectory { get; set; }
Property Value
Declaration
public string SilverlightAppOriginUri { get; set; }
Property Value
Declaration
public bool SilverlightAppRecordLocal { get; set; }
Property Value
Declaration
public string SilverlightAppWebUrl { get; set; }
Property Value
Declaration
public bool SilverlightEnabled { get; set; }
Property Value
Declaration
public AutomationStepList Steps { get; set; }
Property Value
Declaration
public bool StopTestListOnFailure { get; set; }
Property Value
Declaration
public bool UseDefaultDesktopAppPath { get; set; }
Property Value
Declaration
public bool UseDefaultWpfAppPath { get; set; }
Property Value
Declaration
public int WebKitExecutionDelay { get; set; }
Property Value
Declaration
public string WpfAppPath { get; set; }
Property Value
Methods
Declaration
public ICloudDispatchableTest CreateCloudDispatchable(string pathToProjectFileDirectory)
Parameters
|
System.String
pathToProjectFileDirectory
|
Returns
Implements
Declaration
public ProfilerMetadataConfigurationSet LoadProfilerConfiguration()
Returns
Declaration
public bool NeedToCompile(string projectDllPath = "")
Parameters
|
System.String
projectDllPath
|
Returns
Declaration
public override void SaveResources(bool clearResources)
Parameters
|
System.Boolean
clearResources
|
Overrides
Declaration
public override string ToString()
Returns
Overrides
System.Object.ToString()
Extension Methods