Automated testing in Umbraco
October 19, 2010
Following on from the talk I gave at the UK Umbraco Festival about automated testing in Umbraco, using Slenium etc.
I’ve created an example folder structure with build files and also included some example cc.net config files as well. You can download it here.
As per the comment below, here’s the Visual Studio plugin we use for Mercurial: http://visualhg.codeplex.com/, also Tortoise HG http://tortoisehg.bitbucket.org/
Hopefully this will get you started.
T
Advertisement
October 19, 2010 at 2:52 pm
That’s great, thanks for sharing this Tim I think it will be a big help for those starting out from scratch with little or no experience in this area. Hopefully I can try this out over the next week.
One question I meant to ask at your session was – if you use Mercurial is there an equivalent of VisualSVN + Tortoise SVN integration with Visual Studio?
October 19, 2010 at 4:22 pm
Hi, Yes you can use Visual HG which is availbale here: http://visualhg.codeplex.com/
I’ll add it to the post.