Richard Fennell

Mirror of 'But it works on my PC!'

Browse by Tags

All Tags » VSTS » Testing (RSS)
Video recording gotta for VS2010 Test Runner
VS2010 has excellent new features to assist the tester in general, and specifically in the area of manual testing . One of these is the ability to video a manual test run; to get this to work you have to have the Windows Media Encoder 9 installed as well...
Testing access attributes on the Microsoft MVC framework
The MVC framework provides an excellent way to create a testable web site. In fact when you create a new MVC project you are given the option to create an associated test project that contains MSTEST unit tests for all the sample methods in the MVC Controller...
Speaking in Newcastle tomorrow
If you are in Newcastle on the evening of the 22nd I will be speaking at Vbug on Visual Studio 2008 Database Edition . Hope to see you there.
Team Build, Code Coverage and MVC
I have been working on some automated build and testing for a project based on the Microsoft MVC framework. The build was working fine, and test were being run, but I was not seeing any code coverage data in the build summary in Visual Studio for the...
Running TypeMock based test in Team Build
If you have TypeMock Isolator based MSTests in a solution you will want them to be run as part of any CI build process. To get this to work with Team Build you have to make sure Isolator is started in the build box at the right time (something that is...
VSTS 2010 at the PDC
Though not really mentioned in the keynote there are a lot of sessions on VSTS 2010 at the PDC; it is going to be a major really major release. Chatting in between the sessions with other delegates there seems to loads of interest in the new testing features...
Using StyleCop in TFS Team Build
The recent release of the MSBuild Extensions includes a task for StyleCop 4.3 . I have been trying to get this integrated into our TFS TeamBuild, I think it is a far more preferable way to do it than editing the various project files in our solution to...
Running Fitnesse.NET tests using MSTest
I have been looking at Fitnesse.NET for a while; if you have not come across this testing tool I cannot recommend Gojko Adzic book highly enough; an excellent real world introduction to Fitnesse.NET. For me, the problem with Fitnesse is that it's...