2006-03-21 校对记要

校对文件: roman.xml

章节第13章

说明粗体是修改的位置,斜体是原文及翻译,斜粗体是校对后的修改

探讨:本章后三节的标题的翻译似乎不妥,但我也没有想出更好的译法。

  • 13.4. Testing for success

    成功测试法

    为成功而测试?

    13.5. Testing for failure

    失败测试法

    为失败而测试?

    13.6. Testing for sanity

    回旋测试(Testing for sanity)

    完整性测试 ?

  • 辛苦!不过仔细的校对记录是下次翻译的指南针!
    • 以上三组测试应该有关联性的,可以是 正测试/反测试/稳健测试 意思应该是 善意测试/暴力求失败测试/正常操作测试? --ZoomQuiet

  • 我和Jason 的讨论
    • me: 那几个标题,还是不好翻译。公司里的QA告诉我,他们一般也不去想中文该怎么说。而且给了一个新的说法:Testing for success他们一般叫positive testing,Testing for failure 叫 negative testing。而sanity,他们从来都直接说sanity check。写到这儿的时候,我突然想到"完备性检测"似乎比较合适。
    • Jason: Sanity 译作“完备性检测”挺贴切。Testing for success/failure 按照 positive/negative testing 翻译为“正面/负面测试”感觉不错!
  • 继续讨论。。。
    • 同意!“完备性检测、正面/负面测试” -- ZoomQuiet

第13章第1节 罗马数字程序介绍 II

http://www.woodpecker.org.cn/obp/diveintopython-zh-5.4/zh-cn/dist/htmlflat/diveintopython.html#roman.intro

1st paragraph 2nd sentence:

2nd paragraph 1st sentence:

roman.py 功能需求 中所有的valid翻译成“有效”invalid翻译成“无效”较翻译成“合法”“非法”合适。

需求第6点:

需求第7点:

last sentence between parentheses

第13章第2节 深入

http://www.woodpecker.org.cn/obp/diveintopython-zh-5.4/zh-cn/dist/htmlflat/diveintopython.html#roman.divein

1st paragraph:

2nd paragraph:

hints:

3rd paragraph:

1st sentence

last sentence

2nd item in the list

2nd sentence

3rd item in the list

last sentence between parentheses

last item in the list

第13章第3节 介绍 romantest.py

http://www.woodpecker.org.cn/obp/diveintopython-zh-5.4/zh-cn/dist/htmlflat/diveintopython.html#roman.romantest

1st sentense

Further reading

2nd item

第13章第4节 成功测试法

http://www.woodpecker.org.cn/obp/diveintopython-zh-5.4/zh-cn/dist/htmlflat/diveintopython.html#roman.success

所有的test case(s)都应该翻译成“测试用例”,而不是“独立测试”

1st paragraph

2nd paragraph

2nd item in the list

下面的注解1:

注解2:

注解3:

注解4:

注解5:

注解6:

第13章第5节 失败测试法

http://www.woodpecker.org.cn/obp/diveintopython-zh-5.4/zh-cn/dist/htmlflat/diveintopython.html#roman.failure

注解2:

第13章第6节 回旋测试(Testing for sanity)

http://www.woodpecker.org.cn/obp/diveintopython-zh-5.4/zh-cn/dist/htmlflat/diveintopython.html#roman.sanity

1st paragraph

3rd paragraph

The line just before requirements 7 & 8

paragraph before ex. 13.6

last paragraph

DiveIntoPythonZh/2006-03-21 (last edited 2009-12-25 07:13:54 by localhost)