SpiraPlan: ImportExport SOAP Web Service
See all operations
TestCase_AddUpdateAutomationScript
Description
Adds or updates the automation test script associated with a test case
Parameters
| Type | Name | Required |
|---|---|---|
| int | testCaseId - The id of the test case | Yes |
| int? | automationEngineId - The id of the automation engine | |
| string? | urlOrFilename - The url or filename for the test script | |
| string? | description - The description of the automation script | |
| base64Binary? | binaryData - The binary data that comprises the script (only for file attachments) | |
| string? | version - The version of the test script | |
| int? | projectAttachmentTypeId - The attachment type to store the script under (optional) | |
| int? | projectAttachmentFolderId - The attachment folder to store the script under (optional) |