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 experience of ABRT's CLI.
|description=This test case tests localization of ABRT's CLI.
|actions=
|actions=
# Run abrt-cli in your native language (non-English, please), e.g. via <tt>LANG="cs_CZ.utf8" abrt-cli</tt>
# 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, key accelerators are localizes, questions accept localized answer, etc.
# 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

  1. Run abrt-cli in a non-English language - e.g. LANG="cs_CZ.utf8" abrt-cli
  2. Try various operations - see the CLI test case

Expected Results

  1. All strings should be translated
  2. Key accelerators should be localized
  3. Questions should accept localized answers (they should not expect the first letter of the English response)
  4. Other typical localization features should work