SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteTestSet
Represents a single Test Set artifact in the system
Base Classes
This class extends the following base classes:
Properties
The following properties are provided directly by this class:
Name | Type | Description | Required |
---|---|---|---|
ActualDuration | int? | The total actual duration for all the test cases in this set | |
AutomationHostId | int? | The id of the automation host the test set is assigned-to | |
BuildExecuteTimeInterval | int? | The interval between a build finishing and the test being execution (if auto-scheduled) | |
CountBlocked | int? | How many blocked test cases are in the set | |
CountCaution | int? | How many cautioned test cases are in the set | |
CountFailed | int? | How many failed test cases are in the set | |
CountNotApplicable | int? | How many test cases in the set are not applicable | |
CountNotRun | int? | How many test cases in the set have not been run | |
CountPassed | int? | How many passed test cases are in the set | |
CreationDate | dateTime | The date the test set was originally created | Yes |
CreatorGuid | string? | The guid of the creator. | |
CreatorId | int? | The id of the user who created the test set ( If no value is provided, the authenticated user is used ) | |
CreatorName | string? | The display name of the user that created the test set | |
Description | string? | The detailed description of the test set | |
DynamicQuery | string? | The underlying query if this is a dynamic test set | |
EstimatedDuration | int? | The total estimated duration for all the test cases in this set | |
ExecutionDate | dateTime? | The date that the test set was last executed by a tester | |
IndentLevel | string? | (Not used in this version of the API) | |
IsAutoScheduled | boolean | Is this test set auto-scheduled when a build associated with the release runs | Yes |
IsDynamic | boolean | Is this a dynamic test set | Yes |
LastUpdateDate | dateTime | The date the test set was last modified | Yes |
Name | string? | The name of the test set | |
OwnerGuid | string? | The guid of the owner. | |
OwnerId | int? | The id of the user who the test set is assigned-to | |
OwnerName | string? | The display name of the user that the test set is assigned-to | |
PlannedDate | dateTime? | The date that the test set needs is planned to be executed on | |
ProjectName | string? | The display name of the project that the test set belongs to | |
RecurrenceId | int? | The id of the recurrence pattern the test set is scheduled for | |
RecurrenceName | string? | The display name of the recurrence pattern | |
ReleaseGuid | string? | The guid of the release | |
ReleaseId | int? | The id of the release that the test set is assigned-to | |
ReleaseVersionNumber | string? | The version number of the release the test set is scheduled for | |
TestConfigurationSetId | int? | The id of any test configuration set to be used with this test set | |
TestRunTypeId | int? | The id of the type of test set (1 = Manual, 2 = Automated) | |
TestSetFolderId | int? | The ID of the test set folder this test set belongs to (NULL = root) | |
TestSetId | int? | The id of the test set | |
TestSetStatusId | int | The id of the test set's status | Yes |
TestSetStatusName | string? | The display name of the status of the test set |