Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Abstracts a group of results in the Web performance test result, such as a loop or condition.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultUnit
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultGroup
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultCondition
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultIteration
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultLoop
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultLoopIteration
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultTransaction
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class WebTestResultGroup _
Inherits WebTestResultUnit
[SerializableAttribute]
public abstract class WebTestResultGroup : WebTestResultUnit
[SerializableAttribute]
public ref class WebTestResultGroup abstract : public WebTestResultUnit
[<AbstractClass>]
[<SerializableAttribute>]
type WebTestResultGroup =
class
inherit WebTestResultUnit
end
public abstract class WebTestResultGroup extends WebTestResultUnit
The WebTestResultGroup type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Children | Gets the children of a group. This can typically be a page or other groups also. Set accessor is set to internal. |
![]() |
DeclarativeWebTestItemId | Gets or sets the ID of this request in a declarative test. (Inherited from WebTestResultUnit.) |
![]() |
IsCompleted | Gets a Boolean value that indicates whether the result status is Completed. (Inherited from WebTestResultUnit.) |
![]() |
IsSkipped | Gets a Boolean value that indicates whether this request was skipped. (Inherited from WebTestResultUnit.) |
![]() |
Passed | Gets a Boolean value that indicates whether all the children in the group passed. (Overrides WebTestResultUnit.Passed.) |
![]() |
ResultStatus | Gets or sets the WebTestResultStatus of this page or request. (Inherited from WebTestResultUnit.) |
![]() |
SourceWebTestId | Gets or sets the ID of the Web performance test. (Inherited from WebTestResultUnit.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
AddNonExecutedChildren | Adds the Web performance test items in the result group and marks them as templates. |
![]() |
Clone | Creates a new object that is a copy of the current instance. (Inherited from WebTestResultUnit.) |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetItem | Retrieves the WebTestResultUnit at the specified index from the collection. |
![]() |
GetRequestSize | Returns the size of the request. (Overrides WebTestResultUnit.GetRequestSize().) |
![]() |
GetResponseSize | Returns the size of the response. (Overrides WebTestResultUnit.GetResponseSize().) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
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.
.gif)
.gif)
.gif)