Are you seeing the error "Cannot play media. You do not have the correct version of the flash player. Download the correct version" on the BBC web site or on YouTube "Hello, you either have JavaScript turned off or an old version of Macromedia's Flash Player. Get the latest Flash player"?
I have …
Read MoreI posted a while ago on wiring in Fitness.Net into a unit test framework using HTML files to hold the tests. Well I have been using the technique for some workflow acceptance testing and hit a couple of gotta’s that are easy to forget:
- Make sure the HTML files containing the user story tests are set to copy to the …
Read MoreI posted about the problems of using Blend with source control, specifically TFS. Well the next version of TFS Power tools gives a partial answer.
They are to include Windows Shell Extensions so at least the check-in/out process can be managed would having another application open other than an explorer windows.
Well …
Read MoreAs we move into the SOA world workflows will become more common and so the need to test them will increase. If we take the most simplistic view these are a sets if statements and loops so should be amenable to automated testing and TDD.
However you have to careful how you try to do this, it is too easy to forget that …
Read More- The one major thing that I did not like with my Dell Mini was the fact it had installed XP Home. My main grip with this was the fact my main user account had to be an admin user, and I could not login as a user called administrator unless in safe mode. So I decided to do an in place upgrade to XP Professional (which …
Read More I posted on the problems I had had mocking out an SMTP server, well I have moved on a bit. As I said in the update note in the last post, I had given up on nDumbster and moved over to LumiSoft's freeware mail server.
The Lumisoft server is a far better starting point as it is a 'real' server that supports all the major …
Read MoreIt was announced overnight by Microsoft that the Database Professional SKU for Visual Studio will be made available to all people who have a licensed copy of Team Developer.
This is great news as it addresses the problem of where to put the expensive copy of DataDude (which I think has been a barrier to it's uptake), …
Read MoreI am currently looking at automation of acceptance testing for workflows and a common task is to make sure an email has been sent. To do this in a TDD style I have been using the mock SMTP server nDumbster.
Now this was a port from Java in the the days of .NET 1.1 and does not seem to have had any development since. …
Read MoreAfter Alt.net I had thought getting an ultra light notebook was a good idea. At most conference I need to browser, blog and read email; I don’t need to carry around a full development desktop replacement laptop.
Whilst at ReMix I had enough of the old battery in my Acer laptop, so just before it ran out of juice again …
Read More