Shafique
Shafique

Reputation: 1826

Exporting Test Cases from Visual Studio Team Services?

I don't see anywhere where I can simply export all the test cases from my instance of Visual Studio Team Services. This is not to be confused with regular Team Foundation Server. This is the hosted version by Microsoft and is a SaaS application.

Any way to export the test cases into Excel?

Upvotes: 0

Views: 3518

Answers (1)

Aghilas Yakoub
Aghilas Yakoub

Reputation: 28970

I suggest you to use this tool Export Test Cases From TFS. (Dedicated for Excel) This tool is good because you can have result and steps.

You can also use Test Scribe (Dedicated for Work)

Or you can use a WIQL query and export to Excel.

Upvotes: 1

Related Questions