How do I unit test my web service so that it works during TFS build process?

问题 How do I unit test my web service so that it works during TFS build process?

  • martedì 1 maggio 2012 13:05
     
     

    Hi,

    Yes I know it has been asked before, but we need an update - especially because some main URLs no longer works. I have a soap web service that I need to create unit test for. I need to test the web service methods in a correct context - that is, running in a website. How do I do this so that it works when TFS runs my unit tests? The simpliest possible way to unit test web services during TFS build process...

    --
    Werner

Tutte le risposte

  • mercoledì 2 maggio 2012 05:01
     
     

    Hi Werner,

    I am moving your thread into the Team Foundation Server - Build Automation Forum for dedicated support. Thanks for your understanding.
     
    Best Regards,


    Jack Zhai [MSFT]
    MSDN Community Support | Feedback to us

  • mercoledì 2 maggio 2012 12:27
     
     

    After reading about this the whole day I have decided that the actual http invocation isn't something we want to do in unit tests after all. There is simply too little adequate documentation and too many changes from VS version to VS version.

    Thanks for reading...

    @Moderator: Is it possible to "close" a subject without actually marking an answer?