1 / 13
文档名称:

红帽:Fedora test day intro.pdf

格式:pdf   大小:841KB   页数:13页
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

红帽:Fedora test day intro.pdf

上传人:好用的文档 2021/12/20 文件大小:841 KB

下载得到文件列表

红帽:Fedora test day intro.pdf

相关文档

文档介绍

文档介绍:Fedora test day intro
Robert Lijun Li
Red Hat
Agenda
 Why need QA ­ Fedora test day ?
 How to join us ?
 What is GILT/i18n/L10n ?
 How to start your QE life ­ Reporting a New Bug via Red Hat Bugzilla.
 Next (Dev $ QE).
 Q&A
Why need QA ­ Fedora test day ?
 Make sure products test PASS by QE.
 Make sure products defects FIX in time .
 Make sure products GLOBAL­ ready for GA Release.
How to join us ?

Step. 1 PC/Laptop/VM.
Step. 2 Install latest Fedora.
Step. 3 Join Test Days.
What is GILT/i18n/L10n ?
GILT: Globalization(G11n), Internationalization(i18n), Localization(L10n), Translation
 i18n testing 
 Localizability
 Input/output & functionality
 Locale
 Languages
 L10n testing 
 Functionality
 Locale/Data format/Encoding
 UI/Cosmetic
 Translation/Linguistic
Reporting a New Bug via Red Hat Bugzilla
/
Next (Dev $ QE)
 Gettext : gettext(“hello”), _(“hello”)
 Xgettext: xgettext ­L c ­o  
 PO : Portable Object, msgid "C&lear"  msgstr " 清除 (&L)"
 MO : Machine Object
 Msgfmt: msgfmt ­o /usr/local/share/locale/zh_CN/LC_MESSAGES/ 
, msgfmt ­­statistics  ­o 
 Msgunfmt
 Poedit
 Iconv: iconv ­f utf­8 ­t gb2312 inputfile > outputfile
 Msgconv: msgconv ­t gb2312 inputfile ­o outputfile
Q&A