Write test case for a search engine?
Answer Posted / mulugu sathish
The Test cases /Test scenarios are depend on the SRS
documentation provided by the client .In case Client did not
provided more details. Than the Test can provide
suggestions. And for the Testing purpose, if the Tester
covers as much as negative Test case it would add more
value to the Tester.
Here there are few things that to be taken care in testing
the search functionality on Web and Window.
Here are the few possible test cases/test scenarios for
Search functionality
1. Check for cursor on the search text box in the starting
position
2. Check whether the blank space is trimmed on starting of
the first word in the text box
3. On no entry done in text box, check the engine does not
display any result
4. Check no result is displayed on only single special
character is entered in text box
5. Check the search response time
6. Check the total number of results to be displayed in one page
7. Check the page resolution
8. Check the URLs' unchecked are colored BLUE & checked are
Maroon
9. Check for total number of results found for a search
10. Check whether the search text box is present on top &
bottom of the page press "back" button and Check the search
option goes backward.
11. Search with special characters (like a* should gives all
responses starting with a) incase application is providing
this functionality.
12. Search results if more should be spread over different
pages with hyperlinks
13. Junk characters in search textbox
14. GUI Testing
15. Once you type anything in the search textbox how long
does it take to refresh the page and come up with a result
character width and font style of search text box should be
as per spec.
16. Once u click search button with empty search text box,
it should not display any links.
17. Advanced search tab should be available to set searching
18. Search functionality should work when on keyword is
typed and prompt to enter by keyboard.
19. Press spacebar in search box, and search for result for
that blank space.
20.
| Is This Answer Correct ? | 34 Yes | 0 No |
Post New Answer View All Answers
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
How to write the test cases for STP
Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu
1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
Explain the unit testing?
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
Roads concatenation Problem
Consider we have some GIS (Geo Information System) operating
over some road network. Each road represented as array of
two-dimensional geographical points. Road network is a set
of roads.
System has function called Concatenate(). This function
takes raw road network and should return optimized road
network. Optimization lies in concatenating roads with
matching start or end points, i.e. if road AB end point
matches road BC start point, then optimized network should
contain concatenated road AC. Optimized network shouldn’t
contain two roads which can be concatenated.
Your task is to suggest set of test cases for Concatenate()
function in order to make sure it works correctly.
public interface IPoint
{
double Lat { get; }
double Lon { get; }
}
public Road : List
Explain the branch coverage testing?
Scenarios to test wireless Speaker via bluetooth
Explain the load testing?