How to write test cases for a search web page like google.
Write high level test cases for it. How to write for advanced search and search button using filters.
Answer :
Please can u tell me test cases for a search web page like google.
Test Case No.1 Test Data: Enter the URL of the website and press "Enter button"
Exp Result: Home page of the Website should appears.
Test Case No.2 Test Data: Check all the sub links are enable or disable.
Exp Result: All the sub links must be in enabled state.
Test Case No.3 Test Data: Check whether the Search Button is Enabled or disabled.
Exp Result: Search Button should be in Enabled state.
Test Case No.2 Test Data: Check whether the "search" Text box takes all data or not. Exp Result: It should take all types of data (like, Numeric,Characters,special Characters etc...). . . . . . .
 Posted by: Ravi Date:
Contact Author
1.Whether URl is working or not 2. Enter the question in the Search text box displays right search items 3. Whether Search button is working or not 4. Click on the link's present in the page display's respective page's or not 5.
 Posted by: Sarat Babu Nagabhyrava Date:
Contact Author
If the value given in the search box is proper it should return all related information. If the value given in the search box is not proper it should display the message to the user. It is better to automate this kind of testing applications, as this requires more data to be tested in different scenarios.