程序出错后,程序员给测试人员的20条高频回复
生活随笔
收集整理的這篇文章主要介紹了
程序出错后,程序员给测试人员的20条高频回复
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
原文地址:http://www.jobbole.com/entry.php/606編者按:程序員和軟件測試員之間的關系無須多言。這些經典回復是國外程序員總結分享的,“全球通用”。
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?" 程序崩潰時,你在做什么呢?(做了哪些操作?)
第1條會是什么?猜猜看吧!
01. "It works on my machine" 在我機器上好好的!!!(潛臺詞:怎么在你那就出問題了呢!!!)
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?" 程序崩潰時,你在做什么呢?(做了哪些操作?)
第1條會是什么?猜猜看吧!
01. "It works on my machine" 在我機器上好好的!!!(潛臺詞:怎么在你那就出問題了呢!!!)
轉載于:https://blog.51cto.com/s7v7n/534535
總結
以上是生活随笔為你收集整理的程序出错后,程序员给测试人员的20条高频回复的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: .net安装部署中添加卸载程序简单方法
- 下一篇: 命名实参和可选实参(C#)