Show / Hide Table of Contents

Class TestCaseWeb

The test case for Web Applications.

Inheritance
Object
TestCase
TestCaseWeb
Inherited Members
TestCase.Information
TestCase.TestCaseLogDir
TestCase.StartDate
TestCase.ContextValues
TestCase.TestData
TestCase.TestCaseResult
TestCase.UniqueId
TestCase.Name
TestCase.TestSteps
TestCase.Context
TestCase.GetReport()
TestCase.testCaseReport
TestCase.Run(TestCaseReport, Boolean)
Namespace: AxaFrance.WebEngine.Web
Assembly: AxaFrance.WebEngine.Web.dll
Syntax
public abstract class TestCaseWeb : TestCase

Properties

| Edit this page View Source

AccessibilityReportTitle

The title of the accessibility report.

Declaration
public string AccessibilityReportTitle { get; set; }
Property Value
Type Description
String
| Edit this page View Source

IsAccessibilityTestEnabled

The test case report for the current test case.

Declaration
public bool IsAccessibilityTestEnabled { get; set; }
Property Value
Type Description
Boolean
| Edit this page View Source

MeasureResourceUsage

When activated, the framework will trace downloaded resources during your test and generates a report on the resources used.

Declaration
public bool MeasureResourceUsage { get; set; }
Property Value
Type Description
Boolean

Methods

| Edit this page View Source

Cleanup()

Clean up script to close browsers and disconnected to the device if necessary.

Declaration
public override string Cleanup()
Returns
Type Description
String

Additional information which can be showed in the report. (not used)

Overrides
TestCase.Cleanup()
| Edit this page View Source

Initialize()

Setup process to initialize selenium web driver according to the given settings, or connect to remote mobile devices.

Declaration
public override void Initialize()
Overrides
TestCase.Initialize()
  • Edit this page
  • View Source
In this article
Back to top Copyright ® 2016-2024 AXA France, All rights reserved.