Martijn Veken


Just having
some fun with .NET

Browse by Tags

All Tags » Testing (RSS)
Sorry, but there are no more tags available to filter with.
Load testing continued
Today I finished the first part of the performance test of our appliction. I've been using VS2005 to create the test set and this worked out very wel. We were able to identify performance problems and deadlock situations and we have resolved most of them...
VS2005 Load Test tips
I've been playing around with the performance test features of VS2005 and as I said in previous post: I really like it! Some handy things that I figured out so far: In VS2005 you can create webtests to test the pages of your website. A nice feature is...
Performance Testing in VS2005
Until recently we were using Microsoft's Application Center Test for performance testing our ASP.NET web appliction. Because our appliction is mostly about flexible workflows and we're using guids as identifiers we had to do a lot of VB-scripting (arf...