Created
July 19, 2021 20:43
-
-
Save mcdurdin/9341d4a8fd628c6cfea095e9d52cf582 to your computer and use it in GitHub Desktop.
User Testing samples
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sample |
This looks easier on the eyes. :)
@MakaraSok, did you mean to paste that image here? This is only an experiment area 😁
Yes, it's actually for my own conveniences when needed to use the bit in the future. I don't want to retype it every time. :)
You might want to build your own gists for doing this (just go to gist.github.com) so that we don't get confused in the future!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a rewrite of keymanapp/keyman#5412 (comment) for experimental purposes.
User Testing
@keymanapp/testers
Instructions
As this PR is centered around how the OSK is constructed within KMW, simply make sure that the keyboard loads as expected on each different device type.
There's nothing particular to specific types of keyboards for this one, so just pick one or two. Test a few keystrokes for good measure; I don't expect any collateral effects here, but it's good to be sure.
Desktop instructions (important!)
The important part: pay extra attention to in-browser desktop form-factor tests, as those are the most likely to break. Make sure the UI modules load properly and allow keyboard-swapping as expected. Use the standard unminified test page:
In order to test compatibility with the different UI module types, you'll need to mildly edit the unminified test page's source:
https://github.com/keymanapp/keyman/blob/754430eff7e84ffa42c065bbba14bb7b170a42c0/web/testing/unminified.html#L35
The four UI modules use the following filenames:
https://github.com/keymanapp/keyman/blob/754430eff7e84ffa42c065bbba14bb7b170a42c0/web/testing/unminified.html#L35
Simply swap out the filename at the line above within
unminified.html
and reload in order to test a different UI module.Windows / Chrome
Using
web/testing/unminified.html
and the instructions above about swapping the UI modules out:Button UI
kmwuibutton.ts
).sil_euro_latin
and confirm the keyboard swaps properly.Float UI
kmwuifloat.ts
) when the OSK is visible.sil_euro_latin
and confirm the keyboard swaps properly.Toggle UI
kmwuitoggle.ts
) when the OSK is visible.sil_euro_latin
and confirm the keyboard swaps properly.Toolbar UI
kmwuitoolbar.ts
).sil_euro_latin
and confirm the keyboard swaps properly.Windows / Firefox
Using
web/testing/unminified.html
and the instructions above about swapping the UI modules out:Button UI
kmwuibutton.ts
).sil_euro_latin
and confirm the keyboard swaps properly.Float UI
kmwuifloat.ts
) when the OSK is visible.sil_euro_latin
and confirm the keyboard swaps properly.Toggle UI
kmwuitoggle.ts
) when the OSK is visible.sil_euro_latin
and confirm the keyboard swaps properly.Toolbar UI
kmwuitoolbar.ts
).sil_euro_latin
and confirm the keyboard swaps properly.iOS / in-app keyboard
Mobile instructions
As the OSK will be loading at a later time than it used to, we need to ensure that this doesn't cause obvious blank-keyboard bugs.
It would be wise to ensure that the keyboard loads correctly and consistently in both portrait and landscape orientations (issue #5252 not withstanding) within the apps and as system keyboard.
Portrait
Landscape
Settings
Android / in-app keyboard
Mobile instructions
As the OSK will be loading at a later time than it used to, we need to ensure that this doesn't cause obvious blank-keyboard bugs.
It would be wise to ensure that the keyboard loads correctly and consistently in both portrait and landscape orientations (issue #5252 not withstanding) within the apps and as system keyboard.
Portrait
Landscape
Settings
Android / system keyboard
Mobile instructions
As the OSK will be loading at a later time than it used to, we need to ensure that this doesn't cause obvious blank-keyboard bugs.
It would be wise to ensure that the keyboard loads correctly and consistently in both portrait and landscape orientations (issue #5252 not withstanding) within the apps and as system keyboard.
Portrait
Landscape
It's mostly the same as the previous suite, just without the in-app-only test.