SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteTestSetTestCaseMapping
Stores the mapping/coverage between Test Sets and Test Cases
Base Classes
This class extends the following base classes:
Properties
The following properties are provided directly by this class:
Name | Type | Description | Required |
---|---|---|---|
IsSetupTeardown | boolean | Is this a setup or teardown test case in the test set | Yes |
OwnerGuid | string? | The guid of the owner | |
OwnerId | int? | The id of the owner of the test case in the test set ( Leave as null to default to the test set's owner ) | |
PlannedDate | dateTime? | Does the test case in the test set have a specific planned date | |
Position | int? | This value determines the position of this test case in the test set's list of test cases | |
TestCaseGuid | string? | The guid of the test case | |
TestCaseId | int | The id of the test case | Yes |
TestSetGuid | string? | The guid of the test set | |
TestSetId | int | The id of the test set | Yes |
TestSetTestCaseId | int | The unique id of the test case in the test set | Yes |