Et1 Test Harness: Auto-Complete Input
This is the Deployment Version (runs from built code). Go to the Developer's Version (runs from source code).
Supported Platforms:
Verification Targets:
  1. Page, including large list of words, should be done loading in about 7 seconds.
  2. N-ary Prefix Tree Construction: Creates the tree on the fly from a list of 42,910 words downloaded from server.
  3. Tree Search: Response to typed input should happen instantaneously. Letters should show up responsively.
  4. Keyboard-only selection and mouse selection of completions should work. Keyboard-only navigation of the completion list should be possible with arrow keys.
  5. Automatic replacement of an individual word in a pre-existing list of multiple, space-delimited completions should work. In other words, if I have a list of words I've completed (space-delimited), and I go back and start typing a inside one of them and select a completion, the whole preexisting word in the list should be correctly replaced.



  (The browser should release the memory, usually in about one minute after clicking "deallocate" (see "Known Issues", above)).