Vorgeschlagene Antwort Creating and marking shared step results programmatically

  • Monday, August 01, 2011 8:53 AM
     
     

    I have a requirement which updates shared step results in MTM. I know there is a API CreateSharedStepResult  from CreateSharedStepResult  Microsoft.TeamFoundation.TestManagement.Client.ISharedStepResult, but this does not work.

    I am able to update normal step details using CreateIteration,CreateStepResult. but i am not able to use CreateSharedStepResult  in the same way.

    Thanks

All Replies

  • Friday, October 14, 2011 6:02 AM
     
     

    Hello Pavan kumar nagulapalli,

     

    can you explain me how you udate a normal stem details using createiteration and createstepresult? I don't find the solution for creating an iteration for my test steps.

     

    thanks in advance

  • Tuesday, March 26, 2013 3:26 PM
     
     Proposed Answer

    I found the solution on this page

    http://blogs.msdn.com/b/paulking/archive/2011/10/12/using-the-tfs-object-model-to-populate-test-details.aspx

    • Proposed As Answer by pwillemot Tuesday, March 26, 2013 3:26 PM
    •