I figured as much, but it’s still disappointing to see my suspicions confirmed. On the plus side I only see the cloud getting better with time.
Stress tests conducted by Sydney-based researchers have revealed that the infrastructure-on-demand services offered by Amazon, Google and Microsoft suffer from regular performance and availability issues.The team of researchers, led by [...]
Posts Tagged ‘test’
Stress Tests Rain on Amazon’s Cloud
Posted in Uncategorized, tagged cloud, stress, test on 2009/08/20 | Leave a Comment »
Web Load Testing Brownbag
Posted in Uncategorized, tagged load, load-test, test, visual-studio, visual-studio-team-suite, vsts, web, web-test on 2009/04/22 | Leave a Comment »
There are many options available for testing and loading a web application. Two popular options are from Microsoft and Apache.
Follow Along
Demo files: download
Remote Desktop to: ECS500 (use your UOECS login information)
Test PHP Application: http://shoki/gallery/ (“admin”/”gallery”)
Test ASP.NET Application: http://shoki/wiki/ (“admin”/”screwturn”)
Microsoft
Visual Studio, Team Suite and Test editions contain enterprise-grade testing features.
Resources
Introduction to Web and Load Testing from [...]
Unit Tests and Stored Procedures
Posted in Uncategorized, tagged unit-test, unit-testing, junit, nunit, ant, database, stored-procedure, SP, TDD, test, mbunit on 2009/03/02 | 1 Comment »
Despite my continued doubts about stored procedures and practical limits on their best practices usage, there’s no reason to forget all the other lessons I’ve learned about software just because I’m using them. Enter DbUnit, a database testing framework.
DbUnit is a JUnit extension (also usable with Ant) targeted at database-driven projects that, among other things, [...]