this post was submitted on 01 Apr 2025
1228 points (99.1% liked)

Programmer Humor

22262 readers
729 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 77 points 1 week ago (11 children)

I wish our test team was like that. Ours would respond with something like “How would I test this?”

[–] [email protected] 0 points 1 week ago (3 children)

Programmer should have written all the test cases, and I just run the batches, and print out where their cases failed.

[–] [email protected] 26 points 1 week ago (2 children)

Ewww, no. The programmer should have run their unit tests, maybe even told you about them. You should be testing for edge cases not covered by the unit tests at a minimum and replicating the unit tests if they don't appear to be very thorough.

[–] [email protected] 2 points 1 week ago

I think that the main difference is that developers tend to test for success (i.e. does it work as defined) and that testers should also test that it doesn’t fail when a user gets hold of it.

load more comments (1 replies)
load more comments (1 replies)
load more comments (8 replies)