Sunday, September 4, 2011

Can I Test - As You Type

To Sum up on the title its just a incremental search or some texts appear as  you type in a BOX of any web page which has this enabled ,
I was interested to know on how these functionale   which are predominantly used across all the web site , '''Google """ is tested by google or anyone who used this. To some extent figured out these scenarios to test.
Let us know how this works - a. Key Press b.Key up only these two events are triggered when a users starts typing and this requests the server to give out the recent searches starting with  that Letter .So how do I test this
here are my scenarios:
Positive : 
  1. When you paste in TAT box it will not show any drop down for the search.
  2.  When you Type abcdef you may see the a - z dropdown
  3.   If you using a restricted database on your TAT then you can validate with the Keywords of your search criteria.
  4. last one check on the browser you are using ,they may handle this differently.

Negative :
         Use a virtual key pad and check it should work.
         Use the same letter a or b or c 12 times or more no results show up

well could not think of any more..lets keep hunting