程序员和软件测试员之间的关系无须多言。这是经典回复是国外程序员总结分享的,“全国通用”。
- “That’s weird…” 很奇怪……
- “It’s never done that before.” 以前没这样过的。
- “It worked yesterday.” 昨天还好好的。
- “How is that possible?” 那怎么可能?(怎么会出问题?)
- “It must be a hardware problem.” 这一定是硬件问题。
- “What did you type in wrong to get it to crash?” 你输入什么东西后才崩溃的?
- “There is something funky in your data.” 你的数据有问题。
- “I haven’t touched that module in weeks!” 我好几个礼拜没动那个程序了!
- “You must have the wrong version.” 你一定在用错误的版本。
- “It’s just some unlucky coincidence.” 这只是凑巧。
- “I can’t test everything!” 我无法测试所有东西。(我的机器环境下,无法测试所有的可能情况。)
- “THIS can’t be the source of THAT.” “这”不可能是问题的原因。
- “It works, but it hasn’t been tested.” 程序能用,不过还没有测试。
- “Somebody must have changed my code.” 一定有人改了我的代码。
- “Did you check for a virus on your system?” 你的电脑扫描病毒了么?
- “Even though it doesn’t work, how does it feel? 即便程序不行了,(你觉得)程序写得如何?
- “You can’t use that version on your system.” 你不能在你系统上使用那个版本的程序。(程序版本和系统有冲突。)
- “Why do you want to do it that way?” 你怎么会想着那样操作啊?
- “Where were you when the program blew up?” 程序崩溃时,你在做什么呢?(做了哪些操作?)
- “It works on my machine” 在我机器上好好的!!!(潜台词:怎么在你那就出问题了呢!!!)