skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder Design System Kit
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Free Tools
    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
    • Functional UI Testing
    • RESTful API Testing
    • Load Testing
    • Remote Test Execution
    • Agile Teams
    • Web Test Automation
    • Desktop Test Automation
    • Responsive UI Testing
    • Continuous Testing
    • Test Studio Trainings
    • Test Studio Consulting
    • Docs and Support
    • Documentation
    • Virtual Classroom
    • Videos
    • Blogs
    • Webinars
    • Whitepapers
    • Case Studies
    • Feedback Portal
    • Technical Support
    • What’s New
    • Roadmap
    • Release Notes
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Request a demo Try now

Class TestResult

Inheritance
System.Object
TestResult
Inherited Members
System.Object.ToString()
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()
Namespace: ArtOfTest.WebAii.Design.Execution
Assembly: ArtOfTest.WebAii.Design.dll

Syntax

public class TestResult : IXmlPersistable, INotifyPropertyChanged

Constructors

TestResult()

Declaration
public TestResult()

TestResult(Test)

Declaration
public TestResult(Test test)
Parameters
Test test

Properties

AllTestStepCount

Declaration
public int AllTestStepCount { get; }
Property Value
System.Int32

Browser

Declaration
public BrowserType Browser { get; set; }
Property Value
BrowserType

CommitedBy

Declaration
public string CommitedBy { get; set; }
Property Value
System.String

CurrentVersion

Declaration
public Version CurrentVersion { get; }
Property Value
System.Version

Implements
IXmlPersistable.CurrentVersion

DataIterationResults

Declaration
public IList<DataIterationResult> DataIterationResults { get; }
Property Value
System.Collections.Generic.IList<DataIterationResult>

Duration

Declaration
public TimeSpan Duration { get; }
Property Value
System.TimeSpan

EndTime

Declaration
public DateTime EndTime { get; }
Property Value
System.DateTime

ExecutingTestStepCount

Declaration
public int ExecutingTestStepCount { get; }
Property Value
System.Int32

ExeType

Declaration
public ExecutionType ExeType { get; set; }
Property Value
ExecutionType

FailureException

Declaration
public ExecutionException FailureException { get; }
Property Value
ExecutionException

FirstFailedStepComment

Declaration
public string FirstFailedStepComment { get; }
Property Value
System.String

HasWarnings

Declaration
public bool HasWarnings { get; set; }
Property Value
System.Boolean

Id

Declaration
public Guid Id { get; set; }
Property Value
System.Guid

IsDataDrivenResult

Declaration
public bool IsDataDrivenResult { get; }
Property Value
System.Boolean

IsManualResult

Declaration
public bool IsManualResult { get; set; }
Property Value
System.Boolean

IsRerun

Declaration
public bool IsRerun { get; set; }
Property Value
System.Boolean

Message

Declaration
public string Message { get; set; }
Property Value
System.String

NotRunStepDescriptions

Declaration
public IList<string> NotRunStepDescriptions { get; }
Property Value
System.Collections.Generic.IList<System.String>

Parent

Declaration
public RunResult Parent { get; set; }
Property Value
RunResult

PercentComplete

Declaration
public float PercentComplete { get; }
Property Value
System.Single

PerfResult

Declaration
public ResultsFileXmlRoot PerfResult { get; set; }
Property Value
ResultsFileXmlRoot

ProfilerResultsId

Declaration
public Guid ProfilerResultsId { get; set; }
Property Value
System.Guid

ProfilerResultsPath

Declaration
public string ProfilerResultsPath { get; set; }
Property Value
System.String

ProjectPath

Declaration
public string ProjectPath { get; set; }
Property Value
System.String

Result

Declaration
public ResultType Result { get; set; }
Property Value
ResultType

RootName

Declaration
public string RootName { get; }
Property Value
System.String

Implements
IXmlPersistable.RootName

ScreenRecordingResultCodec

Declaration
public string ScreenRecordingResultCodec { get; set; }
Property Value
System.String

ScreenRecordingResultError

Declaration
public string ScreenRecordingResultError { get; set; }
Property Value
System.String

ScreenRecordingResultPath

Declaration
public string ScreenRecordingResultPath { get; set; }
Property Value
System.String

ScreenRecordingResultSize

Declaration
public long ScreenRecordingResultSize { get; set; }
Property Value
System.Int64

SeparatorLineCharCount

Declaration
public int SeparatorLineCharCount { get; set; }
Property Value
System.Int32

StartTime

Declaration
public DateTime StartTime { get; }
Property Value
System.DateTime

StepResults

Declaration
public IList<AutomationStepResult> StepResults { get; }
Property Value
System.Collections.Generic.IList<AutomationStepResult>

TestDescription

Declaration
public string TestDescription { get; set; }
Property Value
System.String

TestId

Declaration
public string TestId { get; set; }
Property Value
System.String

TestName

Declaration
public string TestName { get; set; }
Property Value
System.String

TestOwner

Declaration
public string TestOwner { get; set; }
Property Value
System.String

TestPath

Declaration
public string TestPath { get; set; }
Property Value
System.String

TotalNumberOfNotRunSteps

Declaration
public int TotalNumberOfNotRunSteps { get; }
Property Value
System.Int32

TotalPassedSteps

Declaration
public int TotalPassedSteps { get; }
Property Value
System.Int32

VersionGroupKey

Declaration
public Guid VersionGroupKey { get; set; }
Property Value
System.Guid

XmlBlob

Declaration
public XmlBlob XmlBlob { get; set; }
Property Value
XmlBlob

Implements
IXmlPersistable.XmlBlob

Methods

AddDataIterationResult(DataIterationResult)

Declaration
public void AddDataIterationResult(DataIterationResult result)
Parameters
DataIterationResult result

AddStepResult(AutomationStepResult)

Declaration
public void AddStepResult(AutomationStepResult stepResult)
Parameters
AutomationStepResult stepResult

AddStepResult(AutomationStepResult, Boolean)

Declaration
public void AddStepResult(AutomationStepResult stepResult, bool appendMessage)
Parameters
AutomationStepResult stepResult

System.Boolean appendMessage

AppendMessage(String)

Declaration
public void AppendMessage(string message)
Parameters
System.String message

AppendOverallResult(Boolean)

Declaration
public void AppendOverallResult(bool isExecution = true)
Parameters
System.Boolean isExecution

AppendSeparatorLine()

Declaration
public void AppendSeparatorLine()

AppendSeparatorLine(Char, Int32)

Declaration
public void AppendSeparatorLine(char repeatChar, int count)
Parameters
System.Char repeatChar

System.Int32 count

ExportToResultFile(String, String)

Declaration
public bool ExportToResultFile(string path, string name)
Parameters
System.String path

System.String name

Returns
System.Boolean

LoadFrom(XmlStoreNode)

Declaration
public virtual void LoadFrom(XmlStoreNode store)
Parameters
XmlStoreNode store

Implements
IXmlPersistable.LoadFrom(XmlStoreNode)

OnPropertyChanged(String)

Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
System.String propertyName

PersistTestFailureResourcesOnDisk(String, String)

Declaration
public void PersistTestFailureResourcesOnDisk(string projectResultsPath, string resourceFolder)
Parameters
System.String projectResultsPath

System.String resourceFolder

PrependMessage(String)

Declaration
public void PrependMessage(string message)
Parameters
System.String message

RecalculateStepResults(Boolean)

Declaration
public void RecalculateStepResults(bool isExecution = true)
Parameters
System.Boolean isExecution

RemoveLastStepResult()

Declaration
public void RemoveLastStepResult()

SaveTo(XmlStoreNode)

Declaration
public void SaveTo(XmlStoreNode store)
Parameters
XmlStoreNode store

Implements
IXmlPersistable.SaveTo(XmlStoreNode)

SetStartTime()

Declaration
public void SetStartTime()

Events

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler

Getting Started
  • Getting Started
  • Videos
  • Whats New
  • Roadmap
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.