IncludedWebTest Class

Represents a Web performance test that is included in another Web performance test.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.WebTesting.WebTestItem
    Microsoft.VisualStudio.TestTools.WebTesting.IncludedWebTest

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class IncludedWebTest _
    Inherits WebTestItem
[SerializableAttribute]
public class IncludedWebTest : WebTestItem
[SerializableAttribute]
public ref class IncludedWebTest : public WebTestItem
[<SerializableAttribute>]
type IncludedWebTest =  
    class
        inherit WebTestItem
    end
public class IncludedWebTest extends WebTestItem

The IncludedWebTest type exposes the following members.

Constructors

  Name Description
Public method IncludedWebTest Initializes a new instance of the IncludedWebTest class.

Top

Properties

  Name Description
Public property InheritWebTestSettings Gets or sets a value that indicates whether the included Web performance test inherits settings from the parent Web performance test.
Public property IsCodedWebTest Gets or sets a value that indicates whether the included Web performance test is a coded Web performance test.
Public property ItemId Zero-based sequence number of the item in the Web performance test. (Inherited from WebTestItem.)
Public property Name Gets or sets the name of the included Web performance test.
Public property Path Gets or sets the file path of the included Web performance test.
Public property TestId Gets or sets a string value that contains the TestId of the included Web performance test.

Top

Methods

  Name Description
Public method Clone Creates a new IncludedWebTest that is a copy of the current instance. (Overrides WebTestItem.Clone().)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method RuntimeClone Returns a clone of this object at run time. (Inherited from WebTestItem.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.TestTools.WebTesting Namespace