Browse by Tags

All Tags » TDD (RSS)
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: ,
For the project I work on, processing involves multiple files. Files are packaged in a ZIP archive and it’s BizTalk application that opens the archive and builds a message for processing. In BizTalk terminology, this is a multi-part message. Interestingly...
Posted by Sean Feldman | with no comments
Filed under: ,
I have posted before about Bizmonade testing library for BizTalk orchestrations testing. Unfortunately, there’s something something that looks like a limitation – testing orchestrations that receive any document type (System.Xml.XmlDocument). I posted...
Posted by Sean Feldman | with no comments
Filed under: ,
More Posts Next page »