Class ExecuteTestActionDescriptor
Inheritance
System.Object
ExecuteTestActionDescriptor
Inherited Members
AutomationDescriptor.InvokeMethod(CodeExpression, Boolean, String, CodeGenerationLanguage, Object[])
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ExecuteTestActionDescriptor : ActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject
Constructors
ExecuteTestActionDescriptor()
Declaration
public ExecuteTestActionDescriptor()
ExecuteTestActionDescriptor(String, String, Guid)
Declaration
public ExecuteTestActionDescriptor(string testPath, string testName, Guid testUniqueId)
Parameters
System.String
testPath
|
System.String
testName
|
System.Guid
testUniqueId
|
Properties
DontUseDomState
Declaration
public override bool DontUseDomState { get; }
Property Value
System.Boolean
|
Overrides
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
SearchByImageFirst
Declaration
public SearchElementOrderType SearchByImageFirst { get; }
Property Value
SearchElementOrderType
|
TechnologyType
Declaration
public override TechnologyType TechnologyType { get; }
Property Value
TechnologyType
|
Overrides
TestName
Declaration
public string TestName { get; set; }
Property Value
System.String
|
TestPath
Declaration
public string TestPath { get; set; }
Property Value
System.String
|
TestUniqueId
Declaration
public Guid TestUniqueId { get; set; }
Property Value
System.Guid
|
UseStepWaitOnElementsTimout
Declaration
public override bool UseStepWaitOnElementsTimout { get; }
Property Value
System.Boolean
|
Overrides
WaitOnElements
Declaration
public override bool WaitOnElements { get; }
Property Value
System.Boolean
|
Overrides
WaitOnElementsTimeout
Declaration
public override int WaitOnElementsTimeout { get; }
Property Value
System.Int32
|
Overrides
Methods
Execute(IAutomationHost)
Declaration
public override void Execute(IAutomationHost autoHost)
Parameters
IAutomationHost
autoHost
|
Overrides
Execute(IAutomationHost, TestAsStepResult)
Declaration
public void Execute(IAutomationHost autoHost, TestAsStepResult result)
Parameters
IAutomationHost
autoHost
|
TestAsStepResult
result
|