testdrivendesign Questions

1

Solved

The situation we are facing currently is Model Entities and database logic are tightly interweaved together which is making unit tests impossible. So, I decided to go with designing a Repository pa...

8

Solved

What is the purpose of mocking? I have been following some ASP.NET MVC tutorials that use NUnit for testing and Moq for mocking. I am a little unclear about the mocking part of it though.
Wisla asked 16/6, 2009 at 15:30

8

Solved

I have recently heard of Functional Testing over Unit Testing. I understand that Unit Testing tests each of the possibilities of a given piece of code from its most atomic form. But what abo...
Retroact asked 9/2, 2010 at 15:44

7

Solved

While I've written unit tests for most of the code I've done, I only recently got my hands on a copy of TDD by example by Kent Beck. I have always regretted certain design decisions I made since th...
Zeist asked 14/1, 2010 at 18:38
1

© 2022 - 2024 — McMap. All rights reserved.