Browse by Tags

All Tags » TDD (RSS)
RavenDB is amazing. You don’t have to work with it for a long time to get that. What’s even more amazing is the extensibility and testability of it. This post is about the last two. In my recent work I needed to have versioning of documents with very...
Posted by Sean Feldman | with no comments
Filed under: , ,
RavenDB has a great way to monitor what’s happening between client and server. I found it very helpful when trying to figure out what’s happening, or just understand how things work (such as querying). When doing unit testing, the pattern is to leverage...
Posted by Sean Feldman | with no comments
Filed under: ,
Mocking HttpRequest and HttpResponse is not complicated with HttpRequestBase and HttpResponseBase introduced in ASP.NET. I had to mock ServerVariables property of HttpRequest and run into an issue – I was accessing an indexer property and didn’t know...
Posted by Sean Feldman | 2 comment(s)
Filed under: ,
Recent announcements for Windows 8 development is not including JavaScript with HTML5 has opened up Windows development for more developers. I wanted to see where testing for JavaScript is standing and was surprised at the variety of frameworks out there...
Posted by Sean Feldman | 4 comment(s)
Filed under: ,
A few years ago I have blogged about Singletonitis . Another place, different people, yet the same problem appears again – singletonitis. The issues I have outlined back then where 1. Testing 2. Difficulty to replace implementation 3. Requirement to track...
Posted by Sean Feldman | 5 comment(s)
Filed under: , , ,
TestDriven.NET defaults tests for code running on AnyCPU platform to be executed under 32-bit process by default. In order to change that, it has to be configured in VS through Tools –> Options –> TestDriven.NET –> AnyCPU Tests
Posted by Sean Feldman | with no comments
Filed under:
Brand new project described by the author on his blog .
Posted by Sean Feldman | with no comments
Filed under: ,
Row tests are fun. You can simulate various inputs with expected outputs and execute them all with a single observation (test). The problem for myself was always the fact that when this was done, the only way to accomplish it was to merge the logical...
Posted by Sean Feldman | with no comments
Filed under: ,
Today, a work of two years has manifested itself as an ordinary fact. An old project (2 years old) had to be re-opened for new features required by client. This is a project we started when I joined the company, back when team didn’t have any TDD skills...
Posted by Sean Feldman | with no comments
Filed under: ,
I am getting involved in another project, that looks like has its own testing challenges (last project I was involved was a BizTalk based project, quite a few testing challenges!). What have I seen so far with Silverlight (version 4.0): TDD with the toolset...
Posted by Sean Feldman | 2 comment(s)
Filed under: ,
More Posts Next page »