skip navigation
  • Product Bundles

    DevCraft

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

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free 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
  • Training
    • Docs and Support
    • Documentation
    • Virtual Classroom
    • Videos
    • Blogs
    • Webinars
    • Whitepapers
    • Case Studies
    • Feedback Portal
    • Technical Support
    • What’s New
    • Roadmap
    • Release Notes
    • Trust Center
    • FAQs
  • 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 Test

Inheritance
System.Object
TestBase
Test
Inherited Members
TestBase._testLinks
TestBase.GetFullPath()
TestBase.GetFullPath(Project)
TestBase.OnTestChanged()
TestBase.OnPropertyChanged(String)
TestBase.CustomProperty1
TestBase.CustomProperty2
TestBase.CustomProperty3
TestBase.TestLinks
TestBase.DataInfo
TestBase.IsDataDriven
TestBase.DataEnabled
TestBase.DataRange
TestBase.DataType
TestBase.Source
TestBase.Description
TestBase.Name
TestBase.Owner
TestBase.Path
TestBase.Priority
TestBase.TestType
TestBase.UniqueId
TestBase.Id
TestBase.ProjectId
TestBase.FireTestChanged
TestBase.TestView
TestBase.TestChanged
TestBase.PropertyChanged
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.ProjectModel
Assembly: ArtOfTest.WebAii.Design.dll

Syntax

public class Test : TestBase, INotifyPropertyChanged, IDataTransport, IExtensibleDataObject, ICloudDispatchableFactory

Constructors

Test()

Declaration
public Test()

Fields

ALL_FILE_EXTENSIONS

Declaration
public static readonly string[] ALL_FILE_EXTENSIONS
Field Value
System.String[]

FILE_EXTENSION

Declaration
public const string FILE_EXTENSION = ".tstest"
Field Value
System.String

IMAGE_STORE_EXTENSION

Declaration
public const string IMAGE_STORE_EXTENSION = ".imgstore"
Field Value
System.String

LEGACY_FILE_EXTENSION

Declaration
public const string LEGACY_FILE_EXTENSION = ".aii"
Field Value
System.String

PERF_CONFIG_FILE_EXTENSION

Declaration
public const string PERF_CONFIG_FILE_EXTENSION = ".tsprofconfig"
Field Value
System.String

PERF_DEFAULT_CONFIG_SUBFOLDER

Declaration
public const string PERF_DEFAULT_CONFIG_SUBFOLDER = "Profiler Configurations"
Field Value
System.String

PERF_RESULTS_FILE_EXTENSION

Declaration
public const string PERF_RESULTS_FILE_EXTENSION = ".tsperf"
Field Value
System.String

RESOURCE_FILE_EXTENSION

Declaration
public const string RESOURCE_FILE_EXTENSION = ".resx"
Field Value
System.String

Properties

BrowserType

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

CurrentReferences

Declaration
public AssemblyReferenceCollection CurrentReferences { get; }
Property Value
AssemblyReferenceCollection

DefaultProfilerConfigurationFileName

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

DefaultToGrid

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

DesktopAppPath

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

DisableDialogMonitoring

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

ExtensionData

Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
System.Runtime.Serialization.ExtensionDataObject

HasBuiltInGrid

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

HasCodeBehind

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

HtmlDescription

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

IndependentDescriptors

Declaration
public List<ElementDescriptor> IndependentDescriptors { get; set; }
Property Value
System.Collections.Generic.List<ElementDescriptor>

InheritParentDataSource

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

IsManual

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

Overrides
TestBase.IsManual

IsSilverlightApp

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

IsUILoaded

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

ProfilerBenchmarkResultsFilePath

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

ProfilerBenchmarkResultsId

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

ProfilerConfigurationFilePath

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

ProfilerConfigurationFolderPath

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

ProfilerConfigurationId

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

ProfilerResultsDirectory

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

Project

Declaration
protected override Project Project { get; set; }
Property Value
Project

Overrides
TestBase.Project

QcFilePath

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

QcId

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

QcVersionStamp

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

ReuseAppWindow

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

SilverlightAppLocalDirectory

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

SilverlightAppOriginUri

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

SilverlightAppRecordLocal

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

SilverlightAppWebUrl

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

SilverlightEnabled

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

Steps

Declaration
public AutomationStepList Steps { get; set; }
Property Value
AutomationStepList

StopTestListOnFailure

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

UseDefaultDesktopAppPath

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

UseDefaultWpfAppPath

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

WebKitExecutionDelay

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

WpfAppPath

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

Methods

CreateCloudDispatchable(String)

Declaration
public ICloudDispatchableTest CreateCloudDispatchable(string pathToProjectFileDirectory)
Parameters
System.String pathToProjectFileDirectory

Returns
ICloudDispatchableTest

Implements
ICloudDispatchableFactory.CreateCloudDispatchable(String)

LoadProfilerConfiguration()

Declaration
public ProfilerMetadataConfigurationSet LoadProfilerConfiguration()
Returns
ProfilerMetadataConfigurationSet

NeedToCompile(String)

Declaration
public bool NeedToCompile(string projectDllPath = "")
Parameters
System.String projectDllPath

Returns
System.Boolean

SaveResources(Boolean)

Declaration
public override void SaveResources(bool clearResources)
Parameters
System.Boolean clearResources

Overrides
TestBase.SaveResources(Boolean)

ToString()

Declaration
public override string ToString()
Returns
System.String

Overrides
System.Object.ToString()

Extension Methods

LightTestExtensions.GetLightTestByTest(TestBase)
LightTestExtensions.IsTestDirty(TestBase)
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.