Archive for the ‘Testing’ Category
Microformats, X2V, and testing…
Posted by Richard Cooper | Filed under Coding, Testing
I’ve been playing around with Brian Suda’s X2V transforms from the microformats.org site, and as I needed to get my hand back in with .NET and Visual Studio 2008 I have created a couple of aspx pages and a webservice to provide X2V services. These pages will allow you to pass a url as a [...]
Tags: Microformats, X2V
SQL Load Testing
Posted by Richard Cooper | Filed under Testing
We have been doing some MS SQL Server load testing and deadlock investigation at work, using the Microsoft RML Utilities. These consist of a tool called ReadTrace which will process a SQL Profiler trace into XML files, and generate an analytics database (with reports!) and a tool called ostress which can replay these xml files [...]