• rubixtious2
  • NEWBIE
  • 25 Points
  • Member since 2012

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

 

I'm pretty good with writing the unit tests - typically over 90% coverage.

 

But !  I can't figure out how to write a test for a web service.

 

I get around this by the web service instantiating a class and passing whatever it gets. And structure it so that I can call this class from another program and get the class to pass testing.

 

But the web service ??

 

I'm pretty good with writing the unit tests - typically over 90% coverage.

 

But !  I can't figure out how to write a test for a web service.

 

I get around this by the web service instantiating a class and passing whatever it gets. And structure it so that I can call this class from another program and get the class to pass testing.

 

But the web service ??