-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm currently testing the controller in my mvc app and I'm creating a fake repository for testing. However I seem to be writing more code and spending more time for the fakes than I do on the actual repositories. Is this right?
The code I have is as follows:
Controller
public partial class…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Do you (and would you) ever create progress bars that are just there to keep the client happy and moves without reflecting the true progress of the program? I remember reading about this somewhere, and am wondering if there are other developers that do it too...
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am working on a system that uses Azure Table Storage. In other systems (e.g., SQL, File based, etc), I can write a fake that allows me to test my data persistence logic. However, I can't see an easy way to create a fake for the Azure Table Service.
I could create a new IIS project that behaves…
>>> More
-
as seen on Super User
- Search for 'Super User'
Is there any Application for Windows to do next think:
I click url in Skype or html file in Explorer.
Application is default "fake" browser, i.e. registered as default browser. Application shows several buttons. Each button represents installed or running browser. I can choose real browser, click…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
For the sake of this question, I don't care about the difference between stubs, mocks, dummies, fakes, etc.
Let's say I'm working on a project with one other person. I'm working on component A and he is working on component B. They work together, so I stub out B for testing, and he stubs out A. We're…
>>> More