Category Archives: Test Automation
Use random data in WebTest
Usually my WebTests are coded WebTests, but sometimes the plain WebTest can do the job a lot faster. My biggest problem working with plain WebTests, is that all the input to my forms are the recorded values. In some of … Continue reading
Create your own custom load test reports
Bill Barnett has posted a great article that describes the data model of the load test result store. This is all you need if you want to create your own custom reports. http://blogs.msdn.com/billbar/articles/529874.aspx