SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteTestCaseFolder
Represents a single Test Case Folder in the system
Base Classes
None
Properties
The following properties are provided directly by this class:
| Name | Type | Description | Required |
|---|---|---|---|
| ActualDuration | int? | The actual duration of all the tests in the folder | |
| CountBlocked | int | The count of blocked test cases in the folder | Yes |
| CountCaution | int | The count of blocked test cases in the folder | Yes |
| CountFailed | int | The count of blocked test cases in the folder | Yes |
| CountNotApplicable | int | The count of blocked test cases in the folder | Yes |
| CountNotRun | int | The count of blocked test cases in the folder | Yes |
| CountPassed | int | The count of blocked test cases in the folder | Yes |
| Description | string? | The description of the test case folder | |
| EstimatedDuration | int? | The estimated time to execute the test case | |
| ExecutionDate | dateTime? | The date the test cases in the folder were last executed | |
| Guid | string? | The unique identifier for the artifact | |
| IndentLevel | string? | The indentation level of the folder ( 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 case folder was last updated | Yes |
| Name | string? | The name of the test case folder | |
| ParentTestCaseFolderId | int? | The ID of the parent folder of this folder (if any) | |
| ProjectId | int | The id of the project this folder belongs to | Yes |
| ProjectName | string? | The display name of the project that the test case folder belongs to | |
| TestCaseFolderId | int? | The id of the test case folder |