• 0 Posts
  • 89 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle





  • I was a full time test engineer / QA person for a while. My motto quickly became “nothing ever works”.

    Pretty much any ticket behind a static copy change would have some problem or oversight. Sometimes even those would (did you account for very narrow view ports?)

    Good developers would take this feedback gracefully. “Shit, you’re right, I need to account for mobile users.”

    Bad developers would get defensive and upset. “We barely have any mobile users (me: did you check?). Alan already approved so I’m merging. I don’t want to waste time on this”




  • It’s strangely satisfying when the “this will probably never happen” test case finds a problem during development.

    I had tests for deleting that were like

    • create item a
    • create item b
    • delete item a via the code under test
    • assert item a is gone
    • assert item b is still there

    I thought maybe the whole bit with item b was excessive, but sure enough one day I accidentally fucked something up and deleted all the items, and the test pointed it out before the bad code left my local machine.







  • Kind of off topic but some people are really bad at writing jira tickets.

    “Show the user a list of projects [eof]”

    Ok but like, only their projects, right? Do they need to be ordered? Searchable? Paginated? Only active ones or soft deleted ones, too? Do you just need the name or do you need metadata too?

    Somehow product doesn’t love my stance of “if it’s not on the ticket or in a sop, the behavior is undefined and you get what you get” stance.






  • This just reminded me of a thing from my high school (many years ago). They had windows machines that were somewhat locked down, but I discovered a trivial way to bypass the restrictions on changing the desktop wallpaper. So naturally I set the background image to a screenshot of the desktop, and then hid all the actual icons.

    On another timeline, the staff would have approached this with “Huh that’s clever. You fooled us and we thought the computer was broken. Please don’t do that, but also let’s channel your creativity somewhere useful.”

    Instead I got a monologue about breaking things and was banned from the computer lab for a week. Soured me on school and such for a while.