SpiraPlan: ImportExport 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 |
---|---|---|---|
AutomationHostId | int? | The id of the automation host the test set is assigned-to | |
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 |
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 | |
ExecutionDate | dateTime? | The date that the test set was last executed by a tester | |
Folder | boolean | Is this test set actually a folder | Yes |
IndentLevel | string? | The indentation level of the artifact ( The system uses a set of three-letter segments to denote indent (e.g. AAA followed by AAB, etc.) ) | |
LastUpdateDate | dateTime | The date the test set was last modified | Yes |
Name | string? | The name of the test set | |
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 | |
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 | |
TestRunTypeId | int? | The id of the type of test set (1 = Manual, 2 = Automated) | |
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 |