2
votes

I need help in importing test cases from excel to TFS [Version 14.102.25423.0]. As we have to write thousands of old test cases in TFS which seems to be very time consuming task. I've already tried using- Test Case Migrator Plus. But its not working bcz of-TCMP has stopped working error. I'm unable to find solution for this error. Also there is no alternative I could find for same on Google. I have also tried using Team Addin for excel but this gives option of importing Data from TFS to Excel but not vise versa. So Plz let me know if anybody knows any solution or any otheralternative for getting this done.Thanks in Advance! Note: I've Visual Studio 2015 installed on my VM with Windows 7.

1

1 Answers

3
votes

The simplest way to import your test case back to TFS is: Import your test cases from web portal by copy and save. Note you must switch to the grid view first.

enter image description here

For more details take a look at below two links:

If you have multiple/thousands of test cases which need to upload. While TFS does not offer an out-of-the-box feature as a perfect solution. The 3rd-party tool Test Case Migrator Plus you are using seems only until 2013 version and there isn’t the version which supports TFS 2015.

You could still use the grid view, if you use three columns in Excel, you can even import many test cases into TFS at once. Besides depending on what you have as input, you can also do it with a bit of code, e.g. in C#. Just append some text, split columns by \t and rows by \r\n. Use Clipboard.SetText() and then paste in TFS.


There also has been a related user voice, you could vote up to get more attention, TFS PM will kindly review your suggestion:

Exporting Test Cases with Steps to Word/Excel

https://visualstudio.uservoice.com/forums/330519-visual-studio-team-services/suggestions/19582678-exporting-test-cases-with-steps-to-word-excel