"The customer is not an idiot. She is your wife." --Jean-Louis Gassee
It's David Ogilvy actually.
Is user a monkey?
31–39 of 39 posts
Re: Is user a monkey?
#32Earlier quoted context omitted.
Doesn't it defeat the testing purpose if you perform a check to take a different code path when the testing tool runs?
You might avoid doing certain write-esque operations if you know you are in test mode. For example, you wouldn't want to charge a credit card or update someone's facebook status.
Re: Is user a monkey?
#33In 1993, I was taking a course in Software Verification & Validation at the Univ of Houston Clear Lake, next door to Johnson Space Center and down the street from the IBM division doing the Space Shuttle software. That is the group that is CMM Level 5 and gets a bug report about once a year or so. It happened that the instructor of this course was a mid-level IBM tech guy in that organization. And he had stories... A…
The man's job is to feed the dog, and the dog's job is to bite the man if he tries to touch any of the controls.
Re: Is user a monkey?
#34Earlier quoted context omitted.
Doesn't it defeat the testing purpose if you perform a check to take a different code path when the testing tool runs?
You might avoid doing certain write-esque operations if you know you are in test mode. For example, you wouldn't want to charge a credit card or update someone's facebook status.
Re: Is user a monkey?
#35Re: Is user a monkey?
#36More euphonious in a ternary operator than an if clause: value = isUserAMonkey() ? left : right ; if (isUserAMonkey()) { ... } For an if clause, I prefer userIsAMonkey: if (userIsAMonkey) { ... }
isUserAMonkey -> Yes/No
userIsAMonkey -> True/False
Re: Is user a monkey?
#37Skype must to have a similarly named function in it. In skype chat window, when you press random keys on a keyboard in groups, the other side sees a cat icon in the chat. Kind of neat of them to think of that.
Re: Is user a monkey?
#38Doesn't seem to work well, I ran this code on my mom's phone and it returned False. I'll have submit a bug report when I get home...
Can you come and meet some creationists I know? I can't wait to knock the smug looks off their faces.
Re: Is user a monkey?
#39This is referring to a test tool called The Monkey: http://developer.android.com/guide/developing/tools/monkey.h...