[Giveaway Announcement] Happy Testers’ Day 2025!

Dear our beloved Testers @trust_level_0,

September 9 is Testers’ Day a day to celebrate QA professionals around the world. :test_tube::sparkles:
This special date is linked to September 9, 1947, when Grace Hopper’s team recorded the first actual computer bug (a moth stuck in a relay!). That’s why we honor testers today, the people who keep technology running smoothly.


:spider: Share Your Bug Story

To mark the day, let’s do something fun (and rewarding):

  • Share the most memorable bug you’ve ever found.
  • It can be funny, surprising, or a real “saved the day” moment.
  • Everyone who joins will be entered into a lucky draw.
  • 3 winners will each receive a $15 gift card! :wrapped_gift:

:light_bulb: Example:

I once found a bug where the login button only worked if your username started with “Z.”


:backhand_index_pointing_right: Join the celebration by posting your story below, and let’s give a shout-out to testers everywhere for keeping the tech world safe! :confetti_ball:

Notes

:information_source: Notes:

  • The eligible period to receive both badges is only from 2025-09-08T17:00:00Z to 2025-09-15T16:59:00Z.

  • We will announce a list of eligible winners for this activity after 2025-09-20T16:59:00Z.

:sparkles: The Katalon Holiday E-card Maker is back for Testers’ Day! :sparkles:

Show your appreciation to the incredible testers and QA professionals in your life. Send them a thoughtful note and let them know how much their hard work means to you by going to the link below :point_down:

Thank you to all testers for the important work you do every day to improve quality and reliability.

-The Katalon Community Team

2 Likes

@depa it would be interesting if you can share your very first bug to story ^^

hidden character in email

i once found a tricky bug with email validation. the address looked completely fine:

notjohndoe@gmail.com

but the system kept rejecting it as invalid. after debugging, i discovered that there was actually a zero-width space (Unicode U+200B) hiding inside the string, between the username and the @

here’s a quick proof using javascript:

const e = "notjohndoe\u200B@gmail.com";

console.log(e, e.length);
for (let i = 0; i < e.length; i++) {
  console.log(i, e[i], e.charCodeAt(i));
}

and the result clearly shows 8203 (U+200B), an invisible character that breaks email validation

this bug was interesting because users didn’t type it directly. it often came from copy–pasting emails from chat apps, documents, or mobile keyboards, which silently added hidden Unicode characters

2 Likes

Thank you for sharing with us, this is mind blowing :exploding_head:
btw, to all @trust_level_1 out there, the Giveaway is still going, please share your story with us fellow testers here and have a chance to win $15 gift card :grinning_face:

Bella

one time in a banking app I was testing the loan calculator and instead of numbers it started to show like random fortune texts, things like your future looks bright or happiness awaits where the monthly payment was supposed to be. at first I thought it was some kind of joke inside the app or like an easter egg but then i checked the api calls and saw the response was coming from a json file that had been used in dev to test the layout. the developer had used a mock from a fortune cookie api and forgot to replace it with the real backend endpoint. If this went live people would open the app to know how much they pay per month and get a prediction about their destiny instead. we fixed it before release but was one of the funniest bugs I ever saw :laughing:

4 Likes

:exploding_head: oh my God, that’s interesting, but I found that extremely funny to find out “my future looks bright” instead of how much my monthly repayment is, hahah :rofl:

Couple of years ago, one of the leading multinational financial services company made a critical error in their cashback calculation involving decimal handling. Instead of crediting 1 unit as intended, customers were mistakenly credited with 100 units. Had this bug not been identified, it could have led to significant financial losses for the company and a severely negative customer experience

2 Likes

This is a déjà-vu for me:

In my previous case, 8203 (U+200B) was found in a string transferred from Excel into Katalon.

1 Like

Thank you to everyone who shared your funny and unexpected bug stories, you made us laugh, learn, and value testing even more.

This round, we’re rewarding 4 amazing community members with a $15 gift card each for their standout stories:

  • :light_bulb: @dineshh - Cashback bug that turned 1 unit into 100.
  • :light_bulb: @kazurayam - The invisible character (U+200B) mystery.
  • :light_bulb: @kaique.silveira - Loan calculator turned into a fortune-teller.
  • :light_bulb: @depapp - Email rejection caused by a hidden zero-width space (U+200B).

Your contributions make the Katalon Community such a vibrant and fun space, thank you for sharing your experiences! :green_heart:

:backhand_index_pointing_right: Keep an eye out for the next round of giveaways - and don’t hesitate to share your own Bug Tales in the forum. You might be our next spotlight!

Bella
-The Katalon Community Team

1 Like

Thank you to everyone who shared your funny and unexpected bug stories, you made us laugh, learn, and value testing even more.

This round, we’re rewarding 4 amazing community members with a $15 gift card each for their standout stories:

  • :light_bulb: @dineshh - Cashback bug that turned 1 unit into 100.
  • :light_bulb: @kazurayam - The invisible character (U+200B) mystery.
  • :light_bulb: @kaique.silveira - Loan calculator turned into a fortune-teller.
  • :light_bulb: @depapp - Email rejection caused by a hidden zero-width space (U+200B).

Your contributions make the Katalon Community such a vibrant and fun space, thank you for sharing your experiences! :green_heart:

:backhand_index_pointing_right: Keep an eye out for the next round of giveaways - and don’t hesitate to share your own Bug Tales in the forum. You might be our next spotlight!

Bella
-The Katalon Community Team

3 Likes

Congratulations everyone!!

1 Like