Skip to main content

Cynefin beginnings

Cynefin was on my radar ever since I joined The House. It seemed an interesting idea worthy of further pursuit, therefore I decided to visit a training on this topic in London this April.

Cynefin - my amazing drawing


My first thought was  "What I'm doing here?!" - the other attendees were a mix of scrum masters, project managers and similar sort, which was actually to be expected. Cynefin is a decision-making framework which seems to be applicable mainly in management, but my firm belief is that testing can benefit from it equally.
My goal was, however, to find out more about Cynefin and how to apply it to my work as a software tester. I expect it will take some time to my thoughts on this fully settle and I get the whole picture from this training. My colleagues got already some very good insights from cynefin, my goal is to follow this path. The purpose of this blog is to summarize my thoughts on this so I can revisit later in my life and maybe see how much my understanding changed.

Finding out in which domain you are is not easy

We were told many stories and examples of real situations which belonged to particular domains of Cynefin, but when I ask myself the question: 'With the information at hand, would you have certainty you can correctly identify the domain in which you are?', I cannot often answer positively.

Knowing the Cynefin model and some tools from here will however certainly help.

Categorize all the things

I can suddenly fit many aspects of my life into cynefin. On this place you probably expect me mentioning software testing as part of the complex domain. This would be too predictable.
My example is martial arts
Simple - drilling, practicing techniques (or katas, forms)
Complicated -  theory, getting guided by the teacher/coach/trainer, attending a seminar
Complex - sparring, positional sparring, every aspect which outcome is not clear and you learn by playing/doing rather than repeating
Chaotic - I imagine here a potential brawl on the street - a very chaotic situation where acting is highly superior to any probing or analysis

Sometimes this can help to find out which approach will help you get better fast, there is even a guy who basically advocates for a BJJ as complex domain (even he does not use these terms)

Using actions from different domains can be detrimental

Very roughly said:
  • If you apply techniques from a 'higher' domain to a 'lower' one (for example complicated practices into a simple domain), you will be ineffective - basically an overkill
  • If you, however, think and act as in a lower domain as you really are (acting as in complicated when you are really in complex domain), you are writing a recipe for disaster
  • Being off by two or more domains (simple <-> complex, simple <-> chaotic) - big trouble incoming
Acting wrong in any situation is overall a bad idea. My point here is to be cautios about your confidence in any approach. At least before you have confidence about the nature of the system you are dealing with.

Bonus - my notes from the workshop.


Comments

Popular posts from this blog

When to start automation?

If you are asking this as a tester, you probably asking too late. Automation is something that can save you some portion of your work (understand resources for your client) and i rarely found cases of testing work that did not need at least some portion of automation. I know that it is rarely understood that automation is something to be developed & maintained and if you cover enough of the application, you do not need any more regression - well i do not think that somebody has done an automation regression suite that if fully reliable (i am not speaking about maintaining this code - which is another topic). There can be always a bug (or quality issue) that slips through, even when you scripts go through the afflicted part. I understand that many testers have no development background or skills, but i doubt the developers that could help you are far away. I am not assuming that they can do the scripts for you.... However if they understand what you need, they can say how e

Testing impact on security

... or the impact when testing is lacking? Security breaches , hacks , exploits , major ransomware attacks - their frequency seem to increase recently. These can result in financial, credibility and data loss, and increasingly the endangerment of human lives. I don't want to propose that testing will always prevent these situations. There were probably testers present (and I'm sure often also security testers) when such systems were created. I think that there was simply a general lack of risk-awareness on these projects. There are many tools and techniques from  a pure technical point of view to harden the software in security context. Some of them have automated scans which crawl through your website and might discover the low hanging fruits of security weaknesses ( ZAP , Burpsuite ...), without much technical knowledge from the person operating it. The more important aspect is however the mindset with which you approach the product. The tester is often the f

RST Explored - My experience

My experience report from my recent RST Class I attended the RST class after a while, wanting to refresh my knowledge about the RST view on testing. It was a 4-day event, each day 3 Sessions, approx 4hour/day. My general impression was that it enriched and refreshed my understanding of testing.   Each of the four days had an central theme Day 1: "It is possible to test everything?" Day2: "When to stop testing? How to test from specifications." Day3: "Product coverage outline. Complexity of the system" Day4: "Risk analysis and coverage"   Going deeper into the topics of each day would be impossible without spoilers, I will therefore rather focus on my impressions and what this training has brought me. The way Michael was guiding us through the class was very engaging, although we usually started with a short lecture, questions and remarks were encouraged from start and we had an shared review after each exercise - students explaining their work,