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
ActualDurationint? The actual result from the most recent test run of the this test case
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)
ComponentIdsArrayOfint? The list of components that this test case belongs to
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
ExecutionStatusNamestring? The display name of the execution status
IsSuspectboolean Have any of the requirements associated with this test case changed Yes
IsTestStepsboolean Does this test case have steps Yes
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
TestCaseFolderIdint? The id of the folder the test case belongs to. Null = root folder
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
TestCaseStatusIdint The status of the test case, pass 0 to use the default value Yes
TestCaseStatusNamestring? The display name of the status of the test case
TestCaseTypeIdint The type of test case, pass 0 to use the default value Yes
TestCaseTypeNamestring? The display name of the type of the test case
TestStepsArrayOfRemoteTestStep? The list of test steps that comprise the test case