TestSuite Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Test suite
[System.Runtime.Serialization.DataContract]
public sealed class TestSuite : Microsoft.TeamFoundation.TestManagement.WebApi.TestManagementBaseSecuredObject
type TestSuite = class
inherit TestManagementBaseSecuredObject
Public NotInheritable Class TestSuite
Inherits TestManagementBaseSecuredObject
- Inheritance
- Attributes
Constructors
| TestSuite() |
Properties
| AreaUri |
Area uri of the test suite. |
| Children |
Child test suites of current test suite. |
| DefaultConfigurations |
Test suite default configuration. |
| DefaultTesters |
Test suite default testers. |
| Id |
Id of test suite. |
| InheritDefaultConfigurations |
Default configuration was inherited or not. |
| LastError |
Last error for test suite. |
| LastPopulatedDate |
Last populated date. |
| LastUpdatedBy |
IdentityRef of user who has updated test suite recently. |
| LastUpdatedDate |
Last update date. |
| Name |
Name of test suite. |
| Parent |
Test suite parent shallow reference. |
| Plan |
Test plan to which the test suite belongs. |
| Project |
Test suite project shallow reference. |
| QueryString |
Test suite query string, for dynamic suites. |
| RequirementId |
Test suite requirement id. |
| Revision |
Test suite revision. |
| State |
State of test suite. |
| Suites |
List of shallow reference of suites. |
| SuiteType |
Test suite type. |
| TestCaseCount |
Test cases count. |
| TestCasesUrl |
Test case url. |
| Text |
Used in tree view. If test suite is root suite then, it is name of plan otherwise title of the suite. |
| Url |
Url of test suite. |
Methods
| SecureIdentityRef(IdentityRef) | (Inherited from TestManagementBaseSecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from TestManagementBaseSecuredObject) |