TestCases/CICDPipeline/CICD/TestCases_CICD.json

{
  "TestCases": {
    "TestCase": [
      {
        "TestCaseID": "Test-Run-CICDTask-On-Hosted-Agent",
        "Priority": "1",
        "Feature": "CICDPipeline",
        "ModuleName": "CICD",
        "Type": "BVT",
        "Enabled": true,
        "TestMethod": "",
        "ManualSteps": "Trigger CICD build with SVT task on a hosted agent.",
        "AutomationStatus": "Manual",
        "Description": "Verify if CICD task is running successfully on a hosted agent."
         
      },
      {
         
        "TestCaseID": "Test-Run-CICDTask-On-NonHosted-Agent",
        "Priority": "1",
        "Feature": "CICDPipeline",
        "ModuleName": "CICD",
        "Type": "BVT",
        "Enabled": true,
        "TestMethod": "",
        "ManualSteps": "Trigger CICD build with SVT task on a non-hosted agent.",
        "AutomationStatus": "Manual",
        "Description": "Verify if CICD task is running successfully on a non-hosted agent."
      }
    ]
  }
}