IncludedWebTest Class
Represents a Web performance test that is included in another Web performance test.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Microsoft.VisualStudio.TestTools.WebTesting::WebTestItem
Microsoft.VisualStudio.TestTools.WebTesting::IncludedWebTest
| Name | Description | |
|---|---|---|
![]() | IncludedWebTest() | Initializes a new instance of the IncludedWebTest class. |
| Name | Description | |
|---|---|---|
![]() | InheritWebTestSettings | Gets or sets a value that indicates whether the included Web performance test inherits settings from the parent Web performance test. |
![]() | IsCodedWebTest | Gets or sets a value that indicates whether the included Web performance test is a coded Web performance test. |
![]() | ItemId | Zero-based sequence number of the item in the Web performance test.(Inherited from WebTestItem.) |
![]() | Name | Gets or sets the name of the included Web performance test. |
![]() | Path | Gets or sets the file path of the included Web performance test. |
![]() | TestId | Gets or sets a string value that contains the TestId of the included Web performance test. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new IncludedWebTest that is a copy of the current instance.(Overrides WebTestItem::Clone().) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RuntimeClone() | Returns a clone of this object at run time.(Inherited from WebTestItem.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


