Class TestCaseWeb
The test case for Web Applications.
Inherited Members
Namespace: AxaFrance.WebEngine.Web
Assembly: AxaFrance.WebEngine.Web.dll
Syntax
public abstract class TestCaseWeb : TestCase
Properties
| Improve this Doc View SourceAccessibilityReportTitle
The title of the accessibility report.
Declaration
public string AccessibilityReportTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsAccessibilityTestEnabled
The test case report for the current test case.
Declaration
public bool IsAccessibilityTestEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceCleanup()
Clean up script to close browsers and disconnected to the device if necessary.
Declaration
public override string Cleanup()
Returns
Type | Description |
---|---|
System.String | Additional information which can be showed in the report. (not used) |
Overrides
| Improve this Doc View SourceInitialize()
Setup process to initialize selenium web driver according to the given settings, or connect to remote mobile devices.
Declaration
public override void Initialize()