In few words, what can be said about Mocking process in TDD

Posted by Richard77 on Stack Overflow See other posts from Stack Overflow or by Richard77
Published on 2010-04-29T20:39:28Z Indexed on 2010/04/29 20:57 UTC
Read the original article Hit count: 309

Filed under:
|
|

Hello,

I'd like to brush my brain to avoid confusions. In few words, what can be said about Mocking process in TDD

  1. What's the GREAT idea behind MOCKING?
  2. Mocking frameworks are meant to be used only to avoid accessing DB during tests or they can be used for something else?
  3. For new comers (like me), are all the frameworks equal or I need to choose one for this or that reason?

Thanks for helping

© Stack Overflow or respective owner

Related posts about TDD

Related posts about mocking