01 Jan
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 the text fields I need value variations every run.
To solve this problem I created a [...]
Posted in Development, Test Automation by: GAT
No Comments
01 Jan
Sometimes I need to read performance counters from a machine in a different domain when I run load tests. This can be done in a few easy steps on the target machine:
Enable the guest account
Add the guest account to the Users and Performance Monitor Users group
This will also remove the “Unable to connect to machine” [...]
Posted in Windows by: GAT
No Comments
01 Jan
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
Posted in Test Automation by: GAT
1 Comment