Categories
Development

Performance testing tools

Google senior test egnineer Goranka Bjedov has a good blog that I’ve been reading lately. The latest post is about performance testing which is sort of relevant to our project currently. The blog entry also points to a video presentation that are both worth a read or watch.

We are currently using one of the commercial tools mentioned in the video, which probably cost a lot, but it wasn’t our decision or budget. I can understand the arguments for using some of the open source tools, but I also see that I would miss a couple of features:

  • The graphs. I know, it’s all really pretty stuff for managers. But when you’re new to performance testing, and don’t have the luxury of learning all the ins and outs of performance testing it is a great help to us to be able to get the graphs out easily.
  • The probe-integration. Commercial tools usually have integration to let you do deeper analysis of the problem. This includes SQL-profiling and java-profiling to show you which areas are spending time. This might be a newbie feature again, but it does help in tracking down the problem areas.
Categories
Development

9 boxes for writing user stories

Dave Nicolette has a post about using something called 9 boxes to interview your customers in a structured way when creating user stories. I don’t have too much experience with eliciting user stories myself, but that might be just the reason I would need a tool like this. To help me work through it in a structured way. Looks interesting.

Categories
Development

Pair programming and stress

I found this short post on pair programming which sums up many of my own experiences. Pair programming is one of my favorite tools, but it does require you to be aware of any potential problems. As in the article it is important to realize when it not suitable, and to remember to take regular brakes so the programmers can unwind and catch up on e-mails etc. Unscheduled meetings can also be a problem if one of the programmers constantly gets pulled away.