I recently stumbled over an article about Microsoft's chatbot Tay which - after only 24 hours "training" turned into a more than questionable little "monster". The article was the inspiration for this one cartoon.
Saturday, February 4, 2023
AI Adventures in Babysitting
Saturday, January 14, 2023
Time to illuminate
A crisis is a productive state. You simply need to get rid of its aftertaste of catastrophe.
Max Frisch.
Monday, January 2, 2023
Tuesday, April 5, 2022
The final rollout
Thursday, December 23, 2021
Cheerful debugging messages and its consequences
I don't know what came over me when I used "meow-meow" as the debugging text. Probably, Luna is to blame for it. Luna was our 16 year old cat which died shortly before. She's now eternalized in this (less testing related) cartoon.
We quickly found the cause for the missing signature, we fixed the bug and shipped it to the customer along with an updated template. Unfortunately, I forgot to remove the debugging text in the template. The customer found the problem during their internal BETA test. We fixed the template, shipped it, no big deal, over.
But, about half a year later, the customer reported that he'd seen a letter in the productive document management system containing the complimentary close "meow-meow" right below the printed signature.
I could feel my face becoming soaked with blood. How the heck could this happen again? Even though we don't execute all regression tests each time we ship a minor release or hotfix, the print-out is part of all smoke tests. Therefore, my thoughts were "this simply can't be true", 'cause we've never seen any such text being printed on any of the letters that ended on our printers.
A little investigation and it became soon clear what happened. Even though we had originally sent the correct template, there was still a copy of the old "meow-meow" template around. When someone decided to include the template into the git-repository, he took the wrong one. As a result, with the next minor software-version shipped, the old signature-template was deployed again.
While this explains how the bug was re-introduced, it does not explain, why testers did not find the issue while testing the print-out.
Further investigation revealed, even though ALL letters processed the "meow-meow" signature-template, NOT all letters were printing the text below the signature. We found out, it depended on several things such as the size of the signature and the configuration of the target letter being sent out. If there was a fixed size between signature and complimentary close, then the text "meow-meow" simply didn't make it in between and wasn't printed. If instead, the letter was configured to dynamically grow with the size of the signature, then also "meow-meow" made it to the printer.
Without going into too much details, only one particular type of letter was affected and fortunately, it was a letter that customers sent only to internal addresses (like an internal email) and not to stakeholders outside the company. Lucky me!
Well, not really...because...
..one of the customers told me that - despite this letter is sent only internally - it may still be used as an enclosure for other letters going out to lawyers and doctors. The company feared they'd lose credibility when such letters made it to their customers. It was therefore important to remove all identified documents in production before they pay a high price for this slip.
What are the lessons learnt?
First of all, it could have been worse. I mean, if you get a letter that ends with "meow-meow", it's likely to put a smile on your face. In my 20 years career as a tester and developer, I've seen comments and debugging texts that are much worse and sometimes below-the line. My friends told me several stories about similar happenings.
A
colleague told me, they had added an exhilarant test-text for their ATM.
The text was triggered when the card was about to get disabled. When in
production - their boss wanted to withdraw money from the machine, the
card got blocked and showed the text "You are a bad guy. That's why we
take your card away". I only know, he wasn't amused about it.
Looks like, we are not alone.
But, as we have just learnt, it depends on who is affected and who will read it. I can only suggest to never ever type anything like that in any of your tests because you never know where it's going to show up.
Instead of "meow-meow" a simple DOT or DASH would have done the same trick, and didn't raise the same kind of alarm in case such debugging messages make it to the bottom of a letter.
This was the last cartoon and blog entry for 2021. There are more to come next year. Please excuse, this cartoon here wasn't a pure testing related cartoon, but the story still is.
I wish you all a merry XMAS and a happy new year. I hope you enjoy the blog and continue to regularly visit me here.
Friday, October 22, 2021
Test Patterns out of control
In my blog entry Apostrophe, Ampersand, Exclamation mark & Co. early this year, I highlighted how important the use of special characters has become for our team during testing. A closer look at the article demonstrates that these characters aren't really exceptionnel in real life. They are commonly used; actually more common than what most of us initially thought. It's therefore even more important, we don't treat these letters as a special cases used by testers only.
I smirked when I recently noticed how many fake persons were added into our reference test data containing German umlauts or apostrophes, etc. Looks like a lot of testers are crazy to find maniac but still realistic data. It has become much harder to find vanilla data. Mission accomplished.
Sunday, August 15, 2021
Accurate Test Reports
One of the main challenges I faced during my 20++ yrs. career as a software tester and test manager is to resist project and release delivery pressure.
When deadlines are close - and the software-under-test is still not ready to ship - testing automatically becomes a "virtual" bottleneck.
Resisting the temptation of short-cutting testing and trying to keep thoughts out the way such as “it’s not going to be that bad” can be extremely stressful.
Deploying a release in time but of poor quality will almost certainly fall back on QA. Critical questions are usually addressed first to the testers.
On the other hand, shifting
a release-date may move customers into an uncomfortable situation when
they booked resources for their final acceptance tests and/or training. Plus, it will trigger questions like “why have the testers not found these issues earlier”.
To be honest, I had given in sometimes on the temptation to perform short-cutting and in most (but not all) of these cases it surprisingly worked out, even though these were tense moments. Shortcutting testing can work well if one sticks to the high priority test cases first, and those test cases you assume beeing affected by the latest changes.
But, accurate prioritization of test cases is only possible if you know the software and your customers well. Prioritizing test cases works if you have a good sense where the SUT is likely to break/survive depending on the change applied. This includes knowing how customers use your program. Some bad experience in the past might help here. Don't forget to visit your customers from time to time.You can get valuable insights when you see the customers working with your system.
Speed is an important element in testing. High prio bugs are found earlier if high prio test cases are executed first. The longer QA needs to prove the software isn't worth shipping, the higher the risk people look at QA as perfectionists - trying to find/report all possible bugs. If QA gets such labels, their reports are interpreted similarly. At the worst, testers are considered a thwarting element in the delivery process.
When in doubt (and available time does not allow digging deeper into analysis of doubtful areas) - add these concerns to the report. Be as accurate as possible...and, for God's sake...don't let management make the test manager providing the final GO on the release. Instead, invite all important stakeholders, put all the facts on the table. This includes what you know and what you don't know. Then let the "going-live" decision be owned by the team.
It has worked for me...sometimes =;O)
Saturday, May 1, 2021
Apostrophe, Ampersand, Exclamation mark & Co.
Sometimes, we forget to include these characters in our tests and often we promptly pay the price in the form of bugs reported in the field.
But, awareness is increasing in our team. I am really delighted when I see a colleague posting notes into the group-chat yelling:
"Hey Buddy, there were no special chars in your demo.Will it work with an exclamation mark, too?"
I love that, but I also recommend to first test the happy case using simple inputs. There is no means to attack an application with special chars if it can't even deal with the basics. Once we have convinced ourselves that the happy case works, we go over to feeding the program with more interesting input.
It's always exciting to watch how a system deals with a combination of chars like"{äöü},[áàâ]/|éèê|\ë!:;+(&)'%@". But, if such a test fails, developers and/or business analysts will likely give you the hairy eyeball when they see a defect documented with such example input. They probably close the issue unfixed, assuming such inputs are unrealistic and won't be seen in production.
What has worked better for us: Use these characters in a more meaningful context so it becomes obvious to all stakeholders that the problem you spotted is worth getting fixed.
For example, we have made it a habit to use M&M's Worldstore Inc. whenever we use or create a company address. That's not because we love chocolate
so much but rather because it has a mix of special characters that
all caused headaches in our past and current career as a software tester: the ampersand, the apostrophe and the dot.
Same approach we apply for street-names and ZIP codes. It is a common misbelief that ZIP codes need to be numeric. Go visit the UK and check how their ZIP codes look alike. Street names can contain slashes, dashes and single quotes. Street numbers can be alphanumeric separated by a slash.
A blank in a name is not exotic. Look at Leonardo Di Caprio or Carla Del Ponte. We have seen programs that cut away the second part, leaving the famous actor with the short name "Di" or "Del".
Below find a few examples of names we regularly use in testing:
- M&M's Worldstore
- Mr. & Mrs. O'Leary
- Léonardo Di Caprio
- Renée-Louise Silberschneider-Kärcher
- Praxisgemeinschaft D'Amico & Ägerter GmbH
Example street names:
- 29, Queen's Gardens
- 4711 Crandon Blvd., Appartment F#1000
- Rue du Général-Dufour 100-102
- 55b, Rue de l'Université
- Elftausendjungferngässlein 12b
and ZIP-Codes:
- 4142 Münchenstein 1 (Switzerland)
- 33149 Key Biscayne, FL (USA)
- EH4 2DA Edinburgh (Scotland)
Special characters are interesting wherever you can submit text.
If you post a message like "meet you at Lexington Av/59 St" and, if that text is stored/exported in an XML file without properly escaping the slash or embedding the input in a CDATA tag, you may find interesting bugs.
Backslashes are used in many programs to escape characters. Quotes and single quotes are used to terminate text elements. The latter is a common way for hackers to manipulate SQL statements so the command fired forces the back-end to reveal information not intended for the normal user. Semicolons can confuse web client logic or cause problems when information is exported to CSV files. Question marks and
ampersands are both used in URL links, curly braces are common markers in REST payloads, etc.
Most often, we use my own pangram which we have further adapted over time:
Chloë Valérie O'Loughlin-Bäcker runs the "Deacon Brodie" (Scottish Pub & Largest Whisky Collection) at Saint-Louis du Ha!Ha!, a town in Québec Canada. Her car is a Jaguar X and runs a max. of > 200 km/h. Isn't this amazingly fast?
It contains all letters of the alphabet, plus umlauts and a selection of interesting characters that challenge text processors. But, it has not helped us later find a bug in our system where an exception was thrown when the annotation text contained a capital Ü (a bug in Open Edge Progress btw.). Other umlauts were no problem and even the lowercase ü didn’t cause any harm. The system really failed only with the capital version of it. Crazy!
One of my personal treasures is the Canadian town St. Louis du Ha! Ha! This is the weirdest town-name I've ever heard of, because it has two exclamation marks. Okay, the likelihood of such a city ever being entered by our customers is close to zero. Canadian citizens living near the area of Quebec probably disagree. Testing and test input is a question of context. Westward Ho! is a town in the UK which also houses an exclamation mark.
Null, True, All, Test and other funny bugs related to people's names
Besides the recommendation of using special characters, it is also worth to sneak a peek at reported stories related to people's names like Jennifer Null and Rachel True. Their names were processed and misinterpreted as NULL [BBC16] or - in the case of Rachel - a boolean value [9TO5] causing a problem using her iCloud account. I have not experienced either of the two cases myself in any of my tests but we found a similar issue where submitting the search term "Alli" returned documents titled "Alligator" and "Allister". All fine, but submitting "All" ended in an exception.
Stephen O, a Korean native living in the US had been hassled by credit card companies, because his last name was too short. When he applied the workaround by adding an extra "O" to end up with "OO", it didn't take long until he had a meeting with the government because he provided false information [NYT91].
Graham-Cumming could not register his name on a web-site because the hyphen was considered an invalid character [GRA10].
There is also Natalie Weiner who could not register either because here name was considered offensive [PAN18].
Yet another example is the story of William and Katie Test who were both unable to book airplane tickets simply because the system scanned the names for the term "test". A match triggered a different procedure and disallowed the process of booking tickets in production [COY17].
Wooha! That's exactly what one of my clients had implemented, too! We were surprised as there was none to ever report any issues with it. So, we investigated a little and found out, in Switzerland there are only around 50-60 people carrying the last name "Tester". Second, our investigation also revealed the system did NOT scan the last name but rather the first name for the term "test" to avoid operations executed in production; Doozy! How clever!
References:
- [BBC16] These unlucky people have names that break computers, BBC, 2016
- [NYT91] Why, O Why, Doesn't that Name Compute, New York Times, 1991
- [GRA10] Your last name contains invalid characters, Blog John Graham-Cumming, 2010
- [9TO5] iCloud user locked out over coding bug related to her last name, 9TO5MAC, 2021
- [BAZ] Column "Made in USA" in Basler Zeitung by Rod Ackermann (still finding out the exact publishing date)
- [COY17] People’s Names That Break Websites, 2017, Chris Coyier
- [PAN18] People with offensive lastname, Bored Panda, 2018
Further similar reading:
- Mein Name ist Lütkehaus, 1997, Zeit Online (need to register)
- Names that make computers go grazy 2017, Gojko Adzic
- Parody on a German pangram, by Tom Candussi
Update as of August 21, 2026:
Only today, the root cause of a failing document export was found to be in a meta-data attribute-value. It contained a TAB which was included because a user copy/pasted the text from a different source. Identifying the root cause of this failure in one affected document (out of hundreds) was only one of the challenges we were faced while investigating.





