The new iPad – Reviewed

Nice review by John Gruber of Daring Fireball:

http://daringfireball.net/2012/03/ipad_3

You can edit this ad by going editing the index.php file or opening /images/exampleAd.gif

Teamatic and Testing Flex Apps

Jamie Lees, a bloke I work with (and a contributor on this site, though he never wants to post) put me on to Teamatic, a free (for 3 or 4 users) web based defect tracking tool. He’s using it to test a new version of his website (LEDGuy). Pretty nifty solution for a freebie. Pricing is here.

over at the LinkedIn group Software Testing and Quality Assurance, a poster asked about tools to carry out automated testing of applications developed using Adobe Flex. Curtis Stuehrenberg, somewhat of a regular responder in the group, linked to sfapi , a plugin for the Selenium IDE that allows this. It’s been some time since it was updated and I’m yet to test it out (or find the time to, grrr) so no guarantees on whether it works.

JMeter guides

Couple of good blogs I came across today when reading JMeter stuff.

Automation With Selenium has tips and tricks for using the – you guessed it  – Selenium automation framework, but there’s also a lot of good beginner (and not so beginner) information and howto’s.

The second blog hasn’t been updated in a while but JMeter Expert (?!) does have some useful tips if you’re just getting started.

As usual the mailing list for JMeter should be your first port of call.

Metrics that matter

Interesting discussion over at the LinkedIn group Software Testing & Quality Assurance about metrics and whether or counting defects is useful. Personally I don’t think it is, at least not without context. There are a few responses that seem to take this to mean “Aha, so you don’t count defects so how do you know how many you have” but that’s not what’s being discussed.

Michael Bolton (no, not the singer) has weighed in on the argument, something that usually makes me take an interest in the otherwise disappointing dross of posts that make up the topics discussed. One of his posts pointed to a resource he maintains on metrics. Hitting a few of the links leads to some quite interesting information resources. Go educate yourself, starting with Software Engineering Metrics: What Do They Measure and How Do We Know? Written by Kaner and Bond, the pdf goes into construct validity, a term I hadn’t come across before. I think I need to do more reading.

Curtis Stuehrenberg (he’s presenting at CAST 2012) also pointed the group towards a paper that gives an overview of qualitative research methods. More reading material.

The PISS Principle

This is a cut and paste of an article a bloke I work with wrote for the site. Not sure why Jamie didn’t want to post it himself – he’s a contributor now – but here it is anyway.

Outline

Have you ever had to explain a situation where people are struggling to grasp the concepts? Have you ever needed someone to make a decision where there are multiple possible outcomes? Do you find it difficult explaining a risk and the scenario’s which we may encounter?

Of course, in Software Testing, we face these situations on many occasions throughout a project lifecycle and here at breaking-software we want to help you with this. Get the whole story »

Bugherd

Bloke at work put me on to Bugherd. Stick some javascript on your page and lo and behold, bug tracking software. Or you can install a bookmarklet for the same effect.

Given that it makes a call to the bugherd server there might be issues with firewalling or secure content. And it’s not free, but pretty close to. May warrant a closer look.

JMeter for Dummies

Nice basic tutorial to getting started with JMeter: http://vimeo.com/3453772

Test data management

Quick post. LinkedIn discussion about what to do with eprsonally identifiable information in test environments turned interesting when this tool was brought up DataMaker.

Looks interesting.

Good words

From Heinlein, a giant of science fiction.

A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects.

More on JMeter data presentation

Alexandru has updated his blog at Qants with the first in a detailed series of reporting on load and performance testing using open source tools. I’m really impressed, not simply for the fact that someone has worked out an elegant method of presenting data derived from a tool that is short on data presentaiton but long on functionality. It’s that they’ve also publicly presented their work and made it available to others who find themselves in similar situations. Great stuff.