From Fedora Project Wiki

No edit summary
No edit summary
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=Description=
{{QA/Test_Case
|description=This is a test case to check ibus typing booster is working as expected.
|setup=
Follow up to the steps in [[QA:Testcase i18n input method setup]] to configure the input method on the desktop in general.
# Install ibus typing booster using following command
#:<pre>yum install ibus-typing-booster</pre>
#:<pre>yum install pyhunspell</pre> (this is optional, but if pyhunspell is installed as well, one will not only get completions but also spelling corrections
# Add some input sources which have '''(Hunspell)''' in the name.
|actions=
# To commit the words you can use space key.
# To install dictionaries of your language use ibus-typing-boosters preferences window
# Try engines for different languages, especially interesting are languages where the native keyboard inputs non-ASCII characters (for example Russian, Greek)
|results=
# New words are getting added to the user database after commit, therefore one should notice that the system becomes more intelligent while typing because it remembers which words appear in which context
# To speed up the learning process, one can use the ibus-typing-booster setup tool to read some text files
}}


 
[[Category:Package_ibus-typing-booster_test_cases]]
 
[[Category:I18n_Desktop]]
This is a test case to check english typing booster is working as expected.
 
 
=How to test=
 
1: Install english typing booster using following command
  yum install english-typing-booster
 
2: Select Use IBus, then click Prefrences... at the right side.
 
3: In the IBus Preferences window, select input method as english typing booster
 
4: To commit the words you can use space key. Tab key can be used to commit first character in the candidate window.
=Expected Results=
 
1: New words are getting added after commit
 
2: Frequencies of the words are getting updated.

Revision as of 06:19, 19 September 2013

Description

This is a test case to check ibus typing booster is working as expected.

Setup

Follow up to the steps in QA:Testcase i18n input method setup to configure the input method on the desktop in general.

  1. Install ibus typing booster using following command
    yum install ibus-typing-booster
    yum install pyhunspell
    (this is optional, but if pyhunspell is installed as well, one will not only get completions but also spelling corrections
  2. Add some input sources which have (Hunspell) in the name.

How to test

  1. To commit the words you can use space key.
  2. To install dictionaries of your language use ibus-typing-boosters preferences window
  3. Try engines for different languages, especially interesting are languages where the native keyboard inputs non-ASCII characters (for example Russian, Greek)

Expected Results

  1. New words are getting added to the user database after commit, therefore one should notice that the system becomes more intelligent while typing because it remembers which words appear in which context
  2. To speed up the learning process, one can use the ibus-typing-booster setup tool to read some text files