From Fedora Project Wiki
(New test case) |
(clean up) |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This test case tests localization | |description=This test case tests localization of ABRT's CLI. | ||
|actions= | |actions= | ||
# Run abrt-cli in | # Run abrt-cli in a non-English language - e.g. {{command|LANG<nowiki>=</nowiki>"cs_CZ.utf8" abrt-cli}} | ||
# Try various operations - see the [[QA:Testcase_ABRT_CLI|CLI test case]] | |||
|results= | |results= | ||
# All strings should be translated | # All strings should be translated | ||
# Key accelerators should be localized | |||
# Questions should accept localized answers (they should not expect the first letter of the English response) | |||
# Other typical localization features should work | |||
}} | }} | ||
[[Category:Package_abrt_test_cases]] | [[Category:Package_abrt_test_cases]] |
Latest revision as of 18:42, 29 March 2011
Description
This test case tests localization of ABRT's CLI.
How to test
- Run abrt-cli in a non-English language - e.g.
LANG="cs_CZ.utf8" abrt-cli
- Try various operations - see the CLI test case
Expected Results
- All strings should be translated
- Key accelerators should be localized
- Questions should accept localized answers (they should not expect the first letter of the English response)
- Other typical localization features should work