Author
Programmers to Testers
Muse Ran
Ranch Hand
Joined: Sep 17, 2008
Posts: 316
posted Sep 22, 2009 04:54:41
0
Programmers to Testers when their programs don't work:
"It works on my machine"
"Somebody must have changed my code."
"I can't test everything!"
"I haven't touched that module in weeks!"
....
Tomorrow will surely be a new day!!!
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9189
I've used the 1st and 4th one many times
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
fred rosenberger
lowercase baba
Bartender
Joined: Oct 02, 2003
Posts: 9956
"Why would anyone ever do THAT?"
Never ascribe to malice that which can be adequately explained by stupidity.
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56232
"It's not a bug; it's an anti-feature!"
[Smart Questions ] [JSP FAQ ] [Books by Bear ] [Bear's FrontMan ] [About Bear ]
Chris Creed
Ranch Hand
Joined: Feb 27, 2009
Posts: 57
It's like you've read my IM's today.
Mark Spritzler
ranger
Sheriff
Joined: Feb 05, 2001
Posts: 17234
posted Sep 22, 2009 10:09:37
0
Must be Pebkac or an ID Ten T error.
You don't have the latest code.
I am still working on it. How did that code get checked in?
You weren't supposed to be in that area of the program.
That's not my code.
Mark
Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8265
Muse Ran wrote:
"It works on my machine"
I do mostly web apps, so it's "It works in Firefox" when a problem crops up in IE.
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch ]
Balu Sadhasivam
Ranch Hand
Joined: Jan 01, 2009
Posts: 874
did that work in previous build ? didn't you test then ?
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9189
A few that I used
"Someone else must have changed my code"
"The code must have got reverted in the CVS"
"It was working when I tested it"
Joe Ess wrote: I do mostly web apps, so it's "It works in Firefox" when a problem crops up in IE.
I was once stuck in an even worst situation. The page was working in my Firefox and not the client's Firefox. I couldn't find what the cause was and I had to replace AJAX with a normal page post back...
subject: Programmers to Testers