How to Export and Import Test Cases from Visual Studio Team Services into MS Excel

拥有回忆 提交于 2019-12-05 08:14:13

问题


I have a requirement to import the Excel Based Test Cases into VSTS and Export Test Cases from VSTS into MS Excel. VSTS(Not TFS)


回答1:


You can use below way to export test cases from VSTS to MS excel:

  1. Define a query for the test case you want to export. Create new query for all test case -> specify Work Item Type = Test case.

  2. Connect in MS excel. MS excel -> Team ribbon -> New List -> Servers -> add -> input VSTS URL(https://account.visualstudio.com) -> OK -> Close -> select a team project -> connect -> choose Query list -> select the query you just created -> OK.

Now all the test cases are export to MS excel. And you can click Choose Colums to add or remove displayed columns.

Import to VSTS: You can add new WIT in MS excel, and then click Publish to import new created WIT to VSTS.



来源:https://stackoverflow.com/questions/44501382/how-to-export-and-import-test-cases-from-visual-studio-team-services-into-ms-exc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!