peg_leg
peg_leg

Reputation: 73

Import test case steps using c# into TFS

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

Answers (1)

peg_leg
peg_leg

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

Related Questions