ADO.NET Provider for Azure DevOps

Build 22.0.8462

DeleteTestCase

Deletes the test case

Stored Procedures Specific Information

Process of Delete Test Case

Azure DevOps allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison. The available columns for DeleteTestCase are ProjectId and TestCaseId For example:

EXECUTE DeleteTestCase ProjectId = '837ccd31-8159-4db3-b8ce-de0c36d2a0bf', TestCaseId = 296

Input

Name Type Required Description
ProjectId String True Id of the project.
TestCaseId Integer True Id of the test case.

Result Set Columns

Name Type Description
Status String Stored procedure execution status

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462