51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

查看: 18730|回复: 17
打印 上一主题 下一主题

[讨论] Learning Software Testing-1+历届整合贴-未完待续

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2013-8-29 20:49:31 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 Geiler 于 2014-2-19 17:02 编辑

此贴目的在于让喜欢测试,又喜爱英文的童鞋将软件测试与English有机结合,相互促进,相互繁荣。共同进步,走向外企响当当~~~我会常常更新出贴,将我们工作中最常用到的知识方面摘出来,文不在多,有用则行。面试好帮手,工作好朋友~
PS:纯手打。。如有语法错误请多指教。随便翻译翻译,希望大家尽可能用英文角度来理解。=。=
What is a bug?什么是缺陷
Terms for Software Failures 软件缺陷的术语
Depending on (根据)where you're employed(受雇于) as a software tester,you will use different terms(术语) to describe(描述) what happens when software fails.
Here are a few:
Defect 缺陷  Variance  偏差
Fault 谬误    Failure  失败(宕机)
Problem  问题   Inconsistency  矛盾
Incident 毛病 Bug 漏洞,缺陷
Anomaly  异常
You might be amazed(使惊奇) that so many names could be used to describe a software failure.Because it's really based on(根据) the company's culture and the process(过程、做事方法) the company uses to develop its software.
Fault,failure,and defect tend to(倾向) imply(说明) a condition that really severe(严重),maby even dangerous(危险).It doesn't sound well.These words also tend to imply blame(指责):"It's his fault that the software failed"

Anomaly(异常),incident,and variance don't sound quite so negative(消极) and are often used to infer unintended(非计划的,无意的)rather than(而不是)all-out (全盘)failure.

Problems,error,and bug are probably the most generic(常用的)terms used.
Although your team may choose a different name,but in fact ,there's no reason to dice(挑选) words.A bug's a bug's a bug.他就是bug,bug,bug。

以此贴为首,将后期陆续上传短文贴集合于此处,如果是未完待续表明我会持续更新,如果是完成,那么我会将“Learning Software Testing-1+历届整合贴-未完待续”改为“Learning Software Testing-1+历届整合贴-完结”1.即是上文
2.http://bbs.51testing.com/thread-989297-1-1.html
3.http://bbs.51testing.com/thread-990165-1-1.html
4.http://bbs.51testing.com/thread-991526-1-1.html5.http://bbs.51testing.com/thread-994067-1-1.html
6.http://bbs.51testing.com/thread-996398-1-1.html
7.http://bbs.51testing.com/thread-997558-1-1.html
8.http://bbs.51testing.com/thread-998080-1-1.html
新增内容:
9.http://bbs.51testing.com/thread-1001177-1-1.html10.http://bbs.51testing.com/thread-1003203-1-1.html
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏3
回复

使用道具 举报

  • TA的每日心情
    无聊
    8 小时前
  • 签到天数: 933 天

    连续签到: 5 天

    [LV.10]测试总司令

    2#
    发表于 2013-8-30 09:08:52 | 只看该作者
    此贴目的在于让喜欢测试,又喜爱英文的童鞋将软件测试与English有机结合,相互促进,相互繁荣。共同进步,走 ...
    Geiler 发表于 2013-8-29 20:49



        支持支持!大家可以讨论讨论!
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    奋斗
    2015-11-22 11:20
  • 签到天数: 78 天

    连续签到: 1 天

    [LV.6]测试旅长

    3#
    发表于 2013-8-30 16:45:31 | 只看该作者
    Anomely 是不是写错了哦?
    Anomaly??度娘说的
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    4#
     楼主| 发表于 2013-8-30 18:12:14 | 只看该作者
    回复 3# yuna4217

    恩 是的呢。。因为我是手打的。。。
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    5#
     楼主| 发表于 2013-8-30 18:12:34 | 只看该作者
    回复 3# yuna4217

    恩 是的呢。。因为我是手打的。。。
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    奋斗
    2021-8-5 10:07
  • 签到天数: 1136 天

    连续签到: 1 天

    [LV.10]测试总司令

    6#
    发表于 2013-9-2 16:31:13 | 只看该作者
    Firstly, congratulate our Geiler as moderator here.
    Let's practise professional English for testing area.
    I just add one term for this topic:

    Exception

    As you know, exception is usually used in scripts or codes. Developers need to write exception for the sake of program/produce/system stability and robustness.

    And here is one test knowledge for defect and bug.
    As we all know, testers always submit issues as bug. But sometimes they're not bugs, only defects. So, how about distinguish those two words?
    Defect is just like some issues couldn't be implemented perfect or out of scope, which means can pass the case but maybe better for specific model.
    Bug is real issue found by tester, it can wrong logic, or couldn't be implemented as designed, or something else maybe lead to system crash / down.

    So if our testers can use proper words to describe problems and issues, maybe we can get along with developers friendly.

    Above is my personal idea. Just for advice.~
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    7#
     楼主| 发表于 2013-9-2 19:42:17 | 只看该作者
    回复 6# 土土的豆豆


        Oh~Thank you for your advice.It means a lot .
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    8#
    发表于 2013-12-4 16:12:33 | 只看该作者
    可以学习测试,又可以学习英文,还可以学习专业术语,真棒!
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    9#
    发表于 2014-4-2 23:11:19 | 只看该作者
    thank you for your article!
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    10#
    发表于 2014-4-16 21:20:33 | 只看该作者
    不错不错,谢谢分享!
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    11#
    发表于 2014-5-3 23:44:34 | 只看该作者
    Hi Geiler, Do you mind leaving your contact way such as mailbox etc, I would like to discuss with you about issues related to software testing, thanks.
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    12#
    发表于 2014-5-3 23:44:53 | 只看该作者
    Hi Geiler, Do you mind leaving your contact way such as mailbox etc, I would like to discuss with you about issues related to software testing, thanks.
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    奋斗
    2019-7-11 06:48
  • 签到天数: 964 天

    连续签到: 2 天

    [LV.10]测试总司令

    13#
    发表于 2014-5-12 16:18:00 | 只看该作者
    分享!
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    擦汗
    2017-11-20 10:24
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    14#
    发表于 2016-7-15 12:25:23 | 只看该作者
    楼主居然很久都没有活跃了~~~~~
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    15#
    发表于 2017-11-17 08:57:26 | 只看该作者
    交流交流好啊!楼主真厉害
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    擦汗
    2021-11-7 20:17
  • 签到天数: 134 天

    连续签到: 1 天

    [LV.7]测试师长

    16#
    发表于 2018-8-12 22:58:39 | 只看该作者
    Thx for sharing, some may helpful.
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-4-19 17:25 , Processed in 0.081432 second(s), 26 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表