51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

查看: 19581|回复: 39
打印 上一主题 下一主题

全球化测试方法内容简介

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2006-9-6 14:21:56 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
G11n的项目,小结,不完整稿..

[ 本帖最后由 carol2000 于 2006-10-9 17:26 编辑 ]

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?(注-册)加入51Testing

x
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
发表于 2006-9-8 23:43:34 | 只看该作者
谢谢
回复 支持 反对

使用道具 举报

  • TA的每日心情
    开心
    2016-12-1 01:15
  • 签到天数: 5 天

    连续签到: 1 天

    [LV.2]测试排长

    3#
    发表于 2006-9-10 23:48:12 | 只看该作者
    自己人交流用不错
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    4#
     楼主| 发表于 2006-10-9 17:22:56 | 只看该作者

    继续update^^

    Walter Görlitz        
    <walter.gorlitz@gmail.com> to SoftwareQA-Tes.
             More options          Sep 29

    On 27/09/06, vadivelan_pdi@hotmail.com <vadivelan_pdi@hotmail.com> wrote:
    >
    > Hi ,
    >
    > How would you test Non English Software?
    >
    > Plz answer this ....
    >
    > Velan

    Please explain the scope of your testing and what you mean by non-English?

    Have you tested the same software on an English system (or whatever
    your native language is) and you just have to test the translation of
    the UI?

    There are many languages. Non-English could be another Western or
    Northern European language, which for the most part uses the same
    character set, or it could be one that natively requires a two byte
    languge, or it could be one that substitutes a different character set
    for ASCII or extended ASCII.

    What will this software do? Does it store information? What character
    set will be used for storing the data?

    We can't begin to answer your questions until we have an idea of what
    the nature of the software is. Sorry, but it's the reality. In the
    mean time, I will provide you with the following FAQ on testing L10N,
    I18N, G11N, and M17N (Internationalization, Localization,
    Globalization, and Multilingualization) .

    Q: What are Internationalization, Localization, Globalization, and
    Multilingualization Testing?

    A: Internationalization and localization are a means of adapting
    software for non-native environments, especially other nations and
    cultures. Internationalization is often abbreviated as I18N (or i18n
    or I18n), where the number 18 refers to the number of letters omitted.
    "Localization" is often abbreviated l10n in the same manner. Both are
    sometimes collectively termed globalization (g11n). Also seen in some
    circles, but less commonly, are "p13n" for personalization? and "r3h"
    for reach, as in the reach of a web site across countries and markets.

    Some information presented here is taken in part from
    http://www.debian.org/doc/manual ... ml#s-intro-concepts

    L10N should support two languages or character codes simultaneously,
    usually English (ASCII) and another specific one. Since each
    programmer has his or her own mother tongue, there are numerous L10N
    patches and L10N programs written to satisfy his or her own need. L10N
    is preparing a feature or system for use in a local market, e.g.,
    Russia, Japan, Québec. Usually a market has a distinct language,
    customs and regulations. At the very least, user interface elements
    are translated into the local language.

    I18N is also sometimes used interchangeably with G11N when speaking
    broadly of the economic and cultural effects of an increasingly
    interconnected world. In software terms, Usage of the term I18N has
    become rare; the term globalization (G11N) is preferred mostly because
    of corporate globalization where many companies and products find
    themselves in many countries worldwide.

    G11N is a multi-step process to prepare a feature or system for use in
    multiple markets, or at least so that it can easily be localized. It
    is most commonly taken to refer to the addition of a framework for
    multiple language support. This implies that the application is
    capable of input of and displaying non-western character sets. These
    activities include software localization, and technical document
    translation result in user interfaces, on-line help systems, and
    documentation that are adapted to the cultural, linguistic, and
    technical requirements of specific international markets. This has
    given rise to increasing requirements for localization (L10N) of
    products and services.

    M17N (multilingualization) model is to support many languages at the
    same time. For example, Mule (MULtilingual Enhancement to GNU Emacs)
    can handle a text file which contains multiple languages - for
    example, a paper on differences between Korean and Chinese whose main
    text is written in Finnish. GNU Emacs 20 and XEmacs now include Mule.
    Note that the M17N model can only be applied in character-related
    instances. For example, it is nonsense to display a message like 'file
    not found' in many languages at the same time. Unicode and UTF-8 are
    technologies which can be used for this model. Viewing a web site in
    English and same in French should not have any functionality
    differences ideally, and no runtime errors. Check for incorrect
    translations, misspelled words and wrong symbols for the particular
    language chosen by the user. The language conversion should be
    consistent throughout the application. Use of shared variables can
    cause serious bugs, like when users select same page or content to
    view but choose different languages however the page is rendered in
    the previous user's language.


    also see
    http://en.wikipedia.org/wiki/Int ... on_and_localization
    http://msdn.microsoft.com/librar ... ionLocalization.asp
    http://www.cs.bsu.edu/homepages/ ... 639WWW/chapter9-11/
    http://www.i18ngurus.com/docs/984975594.html
    http://www.psqtconference.com/20 ... esday/PSQTglob2.pdf
    http://www.unicode.org/
    http://www.joelonsoftware.com/articles/Unicode.html
    - Show quoted text -

    --~--~---------~--~----~------------~-------~--~----~
    You received this message because you are subscribed to the Google Groups "Software Testing (QC) & Software Quality Assurance (QA)" group.
    To post to this group, send email to SoftwareQA-Testing@googlegroups.com
    For more options, visit this group at http://groups.google.com/group/SoftwareQA-Testing
    -~----------~----~----~----~------~----~------~--~---
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    5#
    发表于 2007-3-30 02:43:55 | 只看该作者
    谢谢
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    6#
    发表于 2007-3-31 12:02:21 | 只看该作者
    走过 路过 不能错过
    下载下来 看看 如何
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    7#
    发表于 2007-5-28 09:30:45 | 只看该作者
    谢谢
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    8#
    发表于 2007-6-8 09:59:40 | 只看该作者
    要下来看看了
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    9#
    发表于 2007-6-14 19:52:08 | 只看该作者
    kankan
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    10#
    发表于 2007-7-10 16:45:13 | 只看该作者
    不错不错.........收下。..
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    11#
    发表于 2007-7-18 08:40:41 | 只看该作者
    非常有用。
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    12#
    发表于 2007-7-20 14:52:48 | 只看该作者

    了解

    了解
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2014-12-22 12:46
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    13#
    发表于 2007-8-11 18:33:57 | 只看该作者

    不错

    谢谢
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    14#
    发表于 2007-8-15 18:10:48 | 只看该作者
    支持楼主,感谢发贴
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    15#
    发表于 2007-8-21 23:09:48 | 只看该作者
    看看看看,谢谢楼主共享
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    16#
    发表于 2007-8-30 15:06:31 | 只看该作者

    回复 #1 carol2000 的帖子

    xiexie
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    17#
    发表于 2007-9-3 11:16:31 | 只看该作者
    先顶下为了下载
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    18#
    发表于 2007-9-3 18:10:32 | 只看该作者
    谢谢了!
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    19#
    发表于 2007-9-5 14:27:29 | 只看该作者
    现在销售国外的软件大多数需要这个,我也正在为公司的软件增加这方面的测试
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    20#
    发表于 2007-9-6 09:24:03 | 只看该作者
    下载看看
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

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

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

    GMT+8, 2024-4-28 22:35 , Processed in 0.085269 second(s), 28 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

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