First a bit of history, in .NET 1.1 any exceptions that were not handled in a background thread that generated them were just lost, you had to remember to handle them within the failing thread or never see them again. This 'feature' has been addressed in .NET 2.0 and now any unhandled exception in a background thread …
Read MoreI have just watched the very interesting Ifeanyi Echeruo: Testing WPF - UI Fuzzing with InvokeStress. This gives a great discussion of the role of the tester within the development team, and no they don't 'just press buttons to see what happens'. They are there to drive quality and it is very much a development role. …
Read MoreA while ago I posted on getting CruiseControl.NET working with MSTest. This has been working OK for us, but as with all things you learn a lot from living with it. So here are some tips and comments about our experiences: Watch your timeouts Many problems we have had have been due to steps in the build process taking …
Read MoreI have just updated to the new release of CS2.1. All seemed straight forward, I unzipped the distribution, stopped my CS server, replaced the web home directory and then ran the cs_2.x_to_2.1_upgrade.sql script. This is all the readme said to do. However when I restarted the server and tried to login I got the error …
Read MoreFollowing my visit to Nxtgen I have added regular expression functionality to GUITester as promised. The ClickTextTest attribute now has an optional extra boolean flag, this allows you to say if the text to match is a fixed string or a regular expression. The usage to check a textbox contains an email address: …
Read MoreDo you find editing your blog on-line limiting whether it be: awkward to use does not have features you would like to see such as spelling checks you can lost that big blog posting if there is comms failure to your ISP or just that you want to create entries when you are not on-line such, as when commuting If so have a …
Read MoreSharpRobo is another interesting way to test your win forms application, it uses recorder (test classes) to allow user operations to be replayed. The potential issue for me is that you need to derive your forms and controls from SharpRobo base classes, it remains to be seen how much this is a limitation, but will worth …
Read MoreThis looks well worth the day out Ed Gibson "on the road". Ed Gibson is the new Chief Security Advisor for Microsoft UK. He is an ex-FBI agent and really interesting to listern to at DDD; he has a story or two!
Read MoreI spoke at NxtGenUG’s Coventry user group earlier this week on GUI testing. All seemed to go well, but we shall see when I get the attendee feedback. It was good to see such a good turnout for a summer event, I know how hard it is to get people out at this time of year – I would hope that it was the scintillating …
Read MoreI have just been building a couple of Sharepoint 2007 test servers with SQL Express I have been seeing the error message ReporterServer$SQLExpress $ is an illegal charactor. having removed SQL Express and replaced it with SQL Server the error still persists however after some gnashing of teeth and toil , the answer is …
Read More