CSV based export and import of Test plans between Azure DevOps (server and cloud)

Bjego
Aug 22, 2023

Download Testcases in CSV-Format from azure devops

  • Open Azure DevOps on prem
  • Select a testsuite with some test cases
  • Click on the download button

Adjust CSV File

  • Delete columns: G,H,I,J
  • Keep Header ID — column A
  • Delete content of ID — column A
  • Save it

Upload Testcases into Cloud Azure DevOps

  • Open Azure DevOps cloud
  • Select a project
  • Select testplans
  • Create the structure of the testplans
  • Create an empty testplan — with the name from on prem azure devops
  • Import the testcases via csv upload

--

--