Hi,
I have a Search bar where I start typing something I am looking for and it automatically shows me a dropdown list of all the items which fully or partially contain the string I have types in the search bar. I want to verify this through a recorded test.
Firstly, I want to verify if a dropdown list shows up at all when I start typing in the search bar
Secondly I want to verify if the string I have typed in the search bar matches the items in the drop down list fully or partially.
Any suggestions on how to do this on TestProject ?