Used playwright to test various functionalities on google.
Title verification
Homepage search options verification and search functionality: It checks the visibility of various search options and perform a search to verify the result.
Bad search query: tries to perform a search with valid query and verifies that no search result is found.
Image search functionality: testing the search by image feature by uploading an image URL and checking for related result.
Invalid image search: verifies the behavior when invalid image URL is used. It expects an error message.
Used playwright to test various functionalities on google.
Title verification
Homepage search options verification and search functionality: It checks the visibility of various search options and perform a search to verify the result.
Bad search query: tries to perform a search with valid query and verifies that no search result is found.
Image search functionality: testing the search by image feature by uploading an image URL and checking for related result.
Invalid image search: verifies the behavior when invalid image URL is used. It expects an error message.