博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
《程序出错后,程序员给测试人员的20条高频回复》
阅读量:7236 次
发布时间:2019-06-29

本文共 1180 字,大约阅读时间需要 3 分钟。

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、19条,当然也不会“错过”第1条。各位看过之后,不知你都用上了哪几条哦~

原文链接:(FQ)

译文链接:

转载地址:http://yjgfm.baihongyu.com/

你可能感兴趣的文章
python中的中文编码问题
查看>>
安卓播放音频
查看>>
in linux system of ftp command
查看>>
Win API:之GetCurrentThread、GetCurrentThreadId、GetCurrentProcess、GetCurrentProcessId
查看>>
***PHP $_FILES函数详解 + PHP文件上传 move_uploaded_file() 参数的正确写法
查看>>
Mysql中Group By使用Having语句配合查询(where和having区别)
查看>>
C#连接数据库
查看>>
重定向和管道的区别
查看>>
分层、链式分析、url、联系的长度
查看>>
C++实现ping功能<转>
查看>>
使用matplotlib绘制收入增长模型——线性积累型与指数复利型
查看>>
【Spark】Spark-Redis连接池
查看>>
网络流简介
查看>>
How to fix “HTTP Status Code 505 – HTTP Version Not Supported” error?--转
查看>>
mybatis结合mysql批量操作及查询sql
查看>>
groovy gradle 构建配置
查看>>
Linux时间子系统(十五) clocksource
查看>>
BaseRecyclerViewAdapterHelper使用
查看>>
请说出三种减少页面加载时间的方法。
查看>>
HDU 2036 改革春风吹满地
查看>>