Write test case for a search engine?
Answers were Sorted based on User's Feedback
Answer / test_king
Test1: Search functionality should not work when no keyword
is entered and prompt to enter
Test2: List of links/paths should display matching at least
one of the keyword
Test3: Most suitable matches should display at the top of
the list
Test4: Link should open in the same window.
Test5:Allow user to return to the search again by resetting
or fresh
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shamal
Following are the test cases for Search Engine:
1.Accessibility of the Search Page.
2.Search text box should accept alphanumeric value.
3.On click of Search button it should display an expected
result. Else display Error message.
4.Character length of the text box.
| Is This Answer Correct ? | 1 Yes | 7 No |
Give me 10 test cases on library management system
There is one scenario. On login page three fields are available i.e.Login id,Password and checkbox(having funtion remeber my password for 1 week). Please tell me test cases for checkbox.
Generally when we are writing test cases we give headings as Case id , description, input values, expected, actual, severity and priority and pass/fail. is there any seperate profama during testing the web site manually. (guys it very urgent for me in my office can any one help me plz)
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF how to find statement and branch coverage? Explain in brief?
What are the test scenario's for pen like high priority high seviority?
4 Answers NetWeb, Zycus Infotech,
write a test case for authentication of a login page from database
How to write simple test cases?
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
How to write test case for this scenario. The data entry field for city shall be removed from the screen
please test case for calculator
if account balance less than 5000 for a month ,account should become in active. if bal greater than 5000 account should b active. Write test cases for the above scenario