zoukankan      html  css  js  c++  java
  • 程序出错后,程序员给测试人员的20条高频回复

    20. "That’s weird…" 很奇怪……
      19. "It’s never done that before." 以前没这样过的。
      18. "It worked yesterday." 昨天还好好的。
      17. "How is that possible?" 那怎么可能?(怎么会出问题?)
      16. "It must be a hardware problem." 这一定是硬件问题。

      15. "What did you type in wrong to get it to crash?" 你输入什么东西后才崩溃的?
      14. "There is something funky in your data." 你的数据有问题。
      13. "I haven’t touched that module in weeks!" 我好几个礼拜没动那个程序了!
      12. "You must have the wrong version." 你一定在用错误的版本。
      11. "It’s just some unlucky coincidence." 这只是凑巧。

      10. "I can’t test everything!" 我无法测试所有东西。(我的机器环境下,无法测试所有的可能情况。)
      09. "THIS can’t be the source of THAT." “这”不可能是问题的原因。
      08. "It works, but it hasn’t been tested." 程序能用,不过还没有测试。
      07. "Somebody must have changed my code." 一定有人改了我的代码。
      06. "Did you check for a virus on your system?" 你的电脑扫描病毒了么?

      05. "Even though it doesn’t work, how does it feel? 即便程序不行了,(你觉得)程序写得如何?
      04. "You can’t use that version on your system." 你不能在你系统上使用那个版本的程序。(程序版本和系统有冲突。)
      03. "Why do you want to do it that way?" 你怎么会想着那样操作啊?
      02. "Where were you when the program blew up?" 程序崩溃时,你在做什么呢?(做了哪些操作?)

         01. "It works on my machine" 在我机器上好好的!!!(潜台词:怎么在你那就出问题了呢!!!)

  • 相关阅读:
    【收集】各种hack
    CSS测试实录一:display的块状元素和行内元素的试验
    【转载加工】:after伪类+content内容生成经典应用举例
    CSS测试实录二:float和标准流
    onreadyStateChange  DOMContentLoaded
    Extensions
    Accessing of Rows in Silverlight DataGrid
    Linux应用程序的装载和执行
    top状态细分,进程状态
    定时器的使用和原理浅析,alarm/sleep函数
  • 原文地址:https://www.cnblogs.com/gossip/p/2004262.html
Copyright © 2011-2022 走看看