Show / Hide Table of Contents

Class ScreenshotReport

The screenshot that is included in the test report. Screenshot can be visualized via ReportViewer

Inheritance
Object
ScreenshotReport
Namespace: AxaFrance.WebEngine.Report
Assembly: AxaFrance.WebEngine.dll
Syntax
[Serializable]
public class ScreenshotReport

Properties

| Edit this page View Source

Data

The binary data of the screenshot (as png or jpg file stream)

Declaration
public byte[] Data { get; set; }
Property Value
Type Description
Byte[]
| Edit this page View Source

Id

The identifier of the screenshot for html report viewing experience.

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

Name

The name or brief descrption of the screenshot.

Declaration
public string Name { get; set; }
Property Value
Type Description
String
  • Edit this page
  • View Source
In this article
Back to top Copyright ® 2016-2024 AXA France, All rights reserved.