Sydney Testers Meetup: Introducing testing to an organisation

A couple of weeks ago, the Sydney testers meet up group got together to talk about how to introduce testing to an organisation. Drinks were had (thanks SoftEd!), stories were shared, debates were had and friendships were formed. Here are a few of the points that I took away from the discussion.

Introducing testing is not just about introducing testers
Introducing testing to a new team means changing the way the team develops software. It’s not enough to simply add testers and expect testing to happen. Integrating testing into the software development lifecycle is something that involves the way every team member works.

Authority is important
If you are to be a catalyst for change, you need enough authority to be able to instigate the change. Often this kind of authority can come with being an outside consultant. It was noted that sometimes the fact that you are being paid a huge sum of money in order to introduce new practices can lead to you having a stronger voice in the organisation. Being a contractor can have similar advantages. It was discussed that, as a contractor, you’re less affected by the politics of the organisation and this enables you to introduce change more easily.

Developers can test too
There was some debate about the difference between testers and developers, and how to tell if someone is “destined” to be a tester versus a developer. Testers can program, and developers can test, and it’s beneficial for both testers and developers to have these skills. The difference is the individual’s personal preference, and level of skill in these areas.

Self-marketing
The value in testing isn’t always readily apparent, especially to high-level managers. Demonstrating the value in testing activities is an important part of introducing testing to an organisation. Metrics such as bug counts can be used to help show value, but they can also be misused. For example, if testers help developers to improve their own testing skills then the amount of reported bugs may decrease, and this would look bad for a team that uses bug reports as a metric to show test team effectiveness. For this reason it’s important to demonstrate that testing is more about preventing bugs than finding bugs.

To automate or not to automate
Introducing automated GUI tests is a project risk, and is an activity that is often underestimated in terms of time cost and skill requirement. There is always a maintenance cost that needs to be considered when introducing automated tests. Automation metrics can also be easily misused. On the other hand, if considered well, automated testing can be a valuable asset to many software development teams.

The tester mindset
Testers do need a negative mindset to perform some kinds of testing activities. But good testers need to be able to switch out of this mindset at will or they’ll just become unpleasant to work with, and this is not good self-marketing for the testing team.

A few follow-up topics were suggested, including “how to recruit testers” and “how blurred should the line be between testers and developers?”

You can find information on upcoming Sydney Tester Meetups on the meetup homepage.

6 thoughts on “Sydney Testers Meetup: Introducing testing to an organisation

  1. Nice summary, one other important point that was brought up was to understand the problem the organisation is trying to solve, establishing a test function must be in response to some problem – so what is the problem

  2. Hi Trish,
    Very well written. I tried to find any topic that you might have missed but it seems like most of them are covered. Thanks for the share.

  3. Good points! I´m trying to establish a test consulting gig, and you just summarized here what I want my test consulting company to be about. Especially the one about introducing testing, not just testers.

  4. Avoiding the word ‘testing’ is one way to go as well, makes conversations about testing a lot easier. Talk about investigating, information gathering and options, those kinds of things.

    I’m not sure on authority, is it better to build on agreement and vision or tell people what to do? Although it depends what’s meant by ‘authority’.

    I think testing is about having the right mindset and this mindset can be held anybody, regardless of job title.

    The Sydney meetups always sound good. I’ll have to make sure I get to one.

  5. “Testing” is becoming a really bad word, isn’t it? I was just discussing this the other day.

    I agree that a large part of testing is about having the right mindset, but I also think experience and skill is important.

    You should definitely make it to one of the meetups if you can! :)

Comments are closed.