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 RunResult

Inheritance
System.Object
RunResult
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 RunResult : IXmlPersistable, IDataTransport, IDispatchableTestResult

Constructors

RunResult()

Declaration
public RunResult()

RunResult(String)

Declaration
public RunResult(string listName)
Parameters
System.String listName

Fields

CLOUD_STORAGE_INDEX_NAME

Declaration
public const string CLOUD_STORAGE_INDEX_NAME = "CloudRunResult"
Field Value
System.String

LOCAL_STORAGE_INDEX_NAME

Declaration
public const string LOCAL_STORAGE_INDEX_NAME = "LocalRunResult"
Field Value
System.String

RESULT_FILE_EXTENSION

Declaration
public const string RESULT_FILE_EXTENSION = ".aiiresult"
Field Value
System.String

RESULTS_FOLDER_NAME

Declaration
public const string RESULTS_FOLDER_NAME = "Results"
Field Value
System.String

Properties

AllCount

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

Comment

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

CurrentVersion

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

Implements
IXmlPersistable.CurrentVersion

DataCollectors

Declaration
public Dictionary<string, string> DataCollectors { get; }
Property Value
System.Collections.Generic.Dictionary<System.String, System.String>

DispatchGroupId

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

EndTime

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

FailedCount

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

FailedPercent

Declaration
public double FailedPercent { get; }
Property Value
System.Double

FileName

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

HasWarnings

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

Id

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

IsCached

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

IsCloudResult

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

IsManual

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

LocalEndTime

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

Machine

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

MachinesAssigned

Declaration
public List<string> MachinesAssigned { get; set; }
Property Value
System.Collections.Generic.List<System.String>

Messages

Declaration
public List<string> Messages { get; set; }
Property Value
System.Collections.Generic.List<System.String>

Name

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

NotRunCount

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

PassedCount

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

PassedPercent

Declaration
public double PassedPercent { get; }
Property Value
System.Double

PassedResult

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

ResultsPath

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

RootName

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

Implements
IXmlPersistable.RootName

RunId

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

StartTime

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

Summary

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

TestListId

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

TestResults

Declaration
public List<TestResult> TestResults { get; }
Property Value
System.Collections.Generic.List<TestResult>

XmlBlob

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

Implements
IXmlPersistable.XmlBlob

Methods

DeleteResources(String, out String)

Declaration
public static bool DeleteResources(string resultFilePath, out string error)
Parameters
System.String resultFilePath

System.String error

Returns
System.Boolean

GenerateResultSummary()

Declaration
public string GenerateResultSummary()
Returns
System.String

GetCombinedMachineAssignmentList()

Declaration
public string GetCombinedMachineAssignmentList()
Returns
System.String

LoadFrom(XmlStoreNode)

Declaration
public void LoadFrom(XmlStoreNode store)
Parameters
XmlStoreNode store

Implements
IXmlPersistable.LoadFrom(XmlStoreNode)

LoadFromFile(String)

Declaration
public static RunResult LoadFromFile(string aiiResultFilePath)
Parameters
System.String aiiResultFilePath

Returns
RunResult

OnDeserialized(StreamingContext)

Declaration
[OnDeserialized]
protected void OnDeserialized(StreamingContext context)
Parameters
System.Runtime.Serialization.StreamingContext context

SaveTo(XmlStoreNode)

Declaration
public void SaveTo(XmlStoreNode store)
Parameters
XmlStoreNode store

Implements
IXmlPersistable.SaveTo(XmlStoreNode)

SaveToResultFile(String)

Declaration
public string SaveToResultFile(string outputPath)
Parameters
System.String outputPath

Returns
System.String

SaveToResultFile(String, Boolean)

Declaration
public string SaveToResultFile(string outputPath, bool skipResultsFolder)
Parameters
System.String outputPath

System.Boolean skipResultsFolder

Returns
System.String

SaveToResultFile(String, Boolean, Boolean)

Declaration
public string SaveToResultFile(string outputPath, bool skipResultsFolder, bool persistFailureResources)
Parameters
System.String outputPath

System.Boolean skipResultsFolder

System.Boolean persistFailureResources

Returns
System.String

SaveToResultFile(String, Boolean, Boolean, Boolean)

Declaration
public string SaveToResultFile(string outputPath, bool skipResultsFolder, bool persistFailureResources, bool overrideFile)
Parameters
System.String outputPath

System.Boolean skipResultsFolder

System.Boolean persistFailureResources

System.Boolean overrideFile

Returns
System.String

SaveToResultFile(String, Boolean, Boolean, Boolean, FileFormat)

Declaration
public string SaveToResultFile(string outputPath, bool skipResultsFolder, bool persistFailureResources, bool overrideFile, FileFormat fileFormat)
Parameters
System.String outputPath

System.Boolean skipResultsFolder

System.Boolean persistFailureResources

System.Boolean overrideFile

FileFormat fileFormat

Returns
System.String

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.