Thursday, October 20, 2016

Testing of Auto-suggest list

Image
Verification of Autosuggest list is important while testing. Based on my experience following cases needs to be verified :
  • Enter 1 character in the autosuggest field for which Values are not present in the auto suggest list
    • Verify that Autosuggest list is not populating
    • After deleting this character enter other char for which values are present in the autosuggest list and  verify autosuggest list.
  • Enter 1 character in the autosuggest field for which Values are present more than the max display limit of auto suggest list
    • Verify the autosuggest list  and sorting order of values in the list
    • Verify that user is able to select any value from autosuggest list
    • Delete this character and enter other character for which  values  are present
    • Delete this char and enter other char for which values are not present
    • Enter 2nd char
      • verify auto suggest list when values are not present for this entered 2 letter combination
      • verify  autosuggest list when values are present more than the max limit of autosuggest
      • verify  autosuggest list when values are present less than the max limit of autosuggest
      • Verify that user is able to select any value from autosuggest list
  • Enter 2nd,3rd 4th char and verify the values in the autosuggest list and verify the values in auto suggest list which has 2,3 ,4 characters
  • Enter 1 character in the autosuggest field for which Values are present less than the max display limit of auto suggest list
    • Verify the autosuggest list  and sorting order of values in the list
    • Delete this character and enter other character for which  values  are present
    • Delete this char and enter other char for which values are not present
    • Enter 2nd char
      • verify auto suggest list when values are not present for this entered 2 letter combination
      • verify   autosuggest list when values are present less than the limit of autosuggest
      • Verify the value in auto suggest list which has only two char
  • Enter 2nd,3rd 4th char and verify the values in the autosuggest list and verify the values in auto suggest list which has 2,3 ,4 characters
  • Enter first character as special character and verify the autosuggest list.
  • Verify the value in autosuggest list which has special character at 2nd place like (M.A,L&T ,D'Souzaetc) after enterting first 2 chars
  • Verify the value in autosuggest list which has some special characters in between
  • Verify the value in autosuggest list which has space at 2nd place after entering first 2,3 chars
  • Verify the value in autosuggest list which is a combination of 2 to 3 words
  • Enter exact matching word in autosuggest field and verify the autosuggest list
  • Enter some character and after that pick the value from the auto suggest list, delete the value and after that enter some char and pick another value from the autosuggest list.
  • In autosuggest if values are displaying from different different categories then after entering characters verify the values of different different categories
  • Verify the browser compatibility of autosuggest list
Apart from above cases figure out a data set in which values having 2chars,3chars 4 chars, max character values and values from different different categories  and verify these data set values in autosuggest list.

No comments:

Post a Comment