Speaking of testing

This week I had the joy of being interviewed by Marko Suomi for his Takakansi podcast which has over 100 episodes of interesting book and author interviews. You can listen to it here: https://takakansi.fi/2021/04/06/kari-kakkonen-miten-ajatella-kuin-testaaja/

We discussed the Dragons Out! book of course, but also software testing in general. What is software testing, for your regular person? I explained that it is checking that all that is supposed to be is there, but also trying to explore the software in ways that reveal the unexpected circumstances. You can find defects in both ways. Usually, you end up running the tests that check against the user requirements multiples times, and thus these tests are good candidates for test automation. This repetition is because of the iterative nature of software development - software is built as parts and the developers are continuously integrating more code to the software they already have and what has been tested. Anything may break when you add to the software and thus you need to repeat at least your most important tests after each new code is integrated. The more interesting, exciting part, of the testing is to try those unusual circumstances where defects may lurk. It is possible to use the time for these tests if the basic tests are automated and you don't need to spend all your time just repeating them.

Concerning what kind of a tester I am, I'd like to pick some recommendations from the Tester of the Year vote, which I didn't win this time (congrats Aija Lindman, who won the award!). Anyway, it was really heart-warming to read the argumentation of those who voted for me, when I got the anonymous list from the organizers of the vote at TestausOSY/FAST. Thanks a lot for your votes. Here are a few picks: 

  • Kari should get a lifetime accomplishment award
  • Get them while they’re young. The children's book is a great idea and Kari is also an international influencer.
  • Versatile and enthusiastic approach to testing!
  • He is an awesome Quality Assurance trainer, & consultant. He has helped ISTQB management team grow a lot.
  • Long experience in testing and an unprecedented investment into the next generation.
  • Innovative, creating awareness of testing and teaching to test.
  • Great work in advancing software testing.
  • Kari is one of those Finnish quality assurance grand-old-masters, whose knowledge is second to none. He doesn’t stay still but promotes actively they joys of quality assurance.
  • Kari is a pioneer of the testing field in Finland and can superbly make testing, its processes, and technologies understandable to the layman.  
  • Long term testing professional who encourages with his own example to maintain and develop one’s professional competencies.
  • Internationally one of the most known Finnish testing experts.
  • Inspires new people to testing
  • Excellent book!
  • Simply the best!
  • Despite his long experience he looks at testing refreshingly from many different angles.


Comments

Popular posts from this blog

Article in Dimensio-magazine

Amazing feedback and school visits

How it all started