SpiraPlan: ImportExport 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 |
---|---|---|---|
Active | boolean | Whether this test case is marked as active or not | Yes |
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) | |
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 | |
Folder | boolean | Whether this is actually a test case folder or not | 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 case was last updated | Yes |
Name | string? | The name of the test case | |
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 | |
ProjectId | int? | The id of the project the test case belongs to | |
ProjectName | string? | The display name of the project that the test case belongs to | |
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 | |
TestSteps | ArrayOfRemoteTestStep? | The list of test steps that comprise the test case |