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
Activeboolean Whether this test case is marked as active or not Yes
AuthorIdint? The id of the user that wrote the test case ( The authenticated user is used if no value is provided )
AuthorNamestring? The display name of the user that wrote the test case
AutomationAttachmentIdint? The id of the attachment that is being used to store the test script (file or url) ( Null if manual only )
AutomationEngineIdint? The id of the automation engine the associated test script uses (null if manual only)
CreationDatedateTime The date the test case was created Yes
Descriptionstring? The description of the test case
EstimatedDurationint? The estimated time to execute the test case
ExecutionDatedateTime? The date the test case was last executed
ExecutionStatusIdint? The execution status id of the test case
Folderboolean Whether this is actually a test case folder or not Yes
IndentLevelstring? 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.) )
LastUpdateDatedateTime The date the test case was last updated Yes
Namestring? The name of the test case
OwnerIdint? The id of the user that the test case is assigned-to
OwnerNamestring? The display name of the user that the test case is assigned-to
ProjectNamestring? The display name of the project that the test case belongs to
TestCaseIdint? The id of the test case
TestCasePriorityIdint? The id of the priority of the test case
TestCasePriorityNamestring? The display name of the priority of the test case
TestStepsArrayOfRemoteTestStep? The list of test steps that comprise the test case