SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteTestCase
Represents a single Test Case 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 actual result from the most recent test run of the this test case | |
| AuthorGuid | string? | The guid of the author. | |
| AuthorId | int? | The id of the user that wrote the test case ( The authenticated user is used if no value is provided ) | |
| AuthorName | string? | The display name of the user that wrote the test case | |
| AutomationAttachmentId | int? | The id of the attachment that is being used to store the test script (file or url) ( Null if manual only ) | |
| AutomationEngineId | int? | The id of the automation engine the associated test script uses (null if manual only) | |
| ComponentIds | ArrayOfint? | The list of components that this test case belongs to | |
| CreationDate | dateTime | The date the test case was created | Yes |
| Description | string? | The description of the test case | |
| EstimatedDuration | int? | The estimated time to execute the test case | |
| ExecutionDate | dateTime? | The date the test case was last executed | |
| ExecutionStatusId | int? | The execution status id of the test case | |
| ExecutionStatusName | string? | The display name of the execution status | |
| IsSuspect | boolean | Have any of the requirements associated with this test case changed | Yes |
| IsTestSteps | boolean | Does this test case have steps | Yes |
| LastUpdateDate | dateTime | The date the test case was last updated | Yes |
| Name | string? | The name of the test case | |
| OwnerGuid | string? | The guid of the owner. | |
| OwnerId | int? | The id of the user that the test case is assigned-to | |
| OwnerName | string? | The display name of the user that the test case is assigned-to | |
| ProjectName | string? | The display name of the project that the test case belongs to | |
| TestCaseFolderId | int? | The id of the folder the test case belongs to. Null = root folder | |
| TestCaseId | int? | The id of the test case | |
| TestCasePriorityId | int? | The id of the priority of the test case | |
| TestCasePriorityName | string? | The display name of the priority of the test case | |
| TestCaseStatusId | int | The status of the test case, pass 0 to use the default value | Yes |
| TestCaseStatusName | string? | The display name of the status of the test case | |
| TestCaseTypeId | int? | The type of test case, pass null to use the default value | |
| TestCaseTypeName | string? | The display name of the type of the test case | |
| TestSteps | ArrayOfRemoteTestStep? | The list of test steps that comprise the test case |