Downsides to using FakeWeb compared to writing mocks for testing
Posted
by ajmurmann
on Stack Overflow
See other posts from Stack Overflow
or by ajmurmann
Published on 2010-03-18T18:12:03Z
Indexed on
2010/03/18
22:41 UTC
Read the original article
Hit count: 358
I never liked writing mocks and a while ago someone here recommended to use FakeWeb. I immediately fell completely in love with FakeWeb. However, I have to wonder if there is a downside to using FakeWeb. It seems like mocks are still much more common, so I wonder what I am missing that's wrong with using FakeWeb instead. Is there a certain kind of error you can't cover with Fakeweb or is it something about the TDD or BDD process?
© Stack Overflow or respective owner