Reputation: 73
I have a very large excel spreadsheet that so far I can get most of the data into TFS test cases properly EXCEPT the steps. I want the steps to show up as they do if I were inputting them manually i.e. separate steps on the form. I'm using C#/VS2013/TFS2013.2. How do I put in a step and associate it with the test case?
Upvotes: 0
Views: 988
Reputation: 73
The answer is here:
http://blogs.microsoft.co.il/shair/2013/10/07/tfs-api-part-51-adding-test-step-amp-shared-step/
This blog post details the process perfectly.
Upvotes: 4