If you're a regular JMeter user, you might be interested in taking a look at the Statistical Aggregate Report listener. The Statistical Aggregate Report listener is a JMeter plugin that kinda combines the Graph Results listener and the Aggregate Report listener into one handy little chart.
Over the weekend I had a need to hack into a site to make some changes and do some testing. (It was all on the up and up, the client was aware.) At one point, I ran into a spot where I needed to work with the MD5 secure hash algorithm. I found the informaiton, resources, and the tool provided by JavaScript MD5 to be very helpful in figuring out what I needed to do.
In a recent blog post, Erik Petersen mentioned using Fake Name Generator to create test data. From Erik's post:
On the Fake Name Generator site, they also link to some other cool test data tools.
"The fascinating feature is the ability to create real looking names from various ethnic groups, resulting in a great variety of Anglo-saxon, Arabic, Asian, Scandanavian, Southern, Eastern and Western European names with personal data that seems real (and with fake real email as well!).
On the Fake Name Generator site, they also link to some other cool test data tools.
For those who didn't see Karit's comment on yesterday's post on having a backup browser when testing with a proxy, I wanted to share the tool he mentioned. Karit suggested using FoxyProxy, a Firefox extension which automatically switches an internet connection across one or more proxy servers based on URL patterns.
Looks to be a cool little plug-in. Thanks for the tip Karit. I'll likely end up trying it out next week.
Looks to be a cool little plug-in. Thanks for the tip Karit. I'll likely end up trying it out next week.
Frankenstein is an open source tool for testing swing applications. It's focus is on readable, simple, tests. Some features include: record and playback, test scripts are independent of widget location, OGNL based assertions, and HTML reports.