user3458223
user3458223

Reputation: 11

Export Test Cases including Steps & Results from Rally to TFS

I would like to export test cases (including steps & expected results) from Rally to TFS. As of now, i see we can export only test cases using plug in or Rally-TFS connector.

Upvotes: 1

Views: 4912

Answers (1)

KateT
KateT

Reputation: 199

The best way to export Test Cases with their Steps and Expected Results would be using the Excel Add-In. You could select Test Case Step as the query type then the following columns should get you the information you are looking for:

CreationDate,ExpectedResult,Input,StepIndex,TestCase,TestCase.FormattedID,TestCase.Type,TestCase.WorkProduct

You can find more information on the Excel Add-In here:
http://help.rallydev.com/rally-add-excel

As for importing them into TFS, please note that the TFS connector does not provide support for Test Case Steps.

Upvotes: 1

Related Questions