Write test case for a search engine?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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.

2241


how to write a test procedure & test log for login system

2776


how to write test cases in interview exam like one website it contain a/c # text box, current bill amount text box,sms offer,calling offer,internet these 3 are list boxes and remindmelater,continue these 2 are buttons. and qu is like 1.user doesn't have any dues from past 90 days,2.whose bill amount >= rs2000 from past 6 months. use this 2qu write testcases.

2130


Explain the syntax testing?

691


Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.

2011






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

1788


For how many days (or) weeks you will test a product or software?

1574


What is quick test professional and what test environment it supports?

708


"search"test cases on Linkedin website and how will you write test cases on it?

5695


Describe to me what you see as a process. Not a particular process, just the basics of having a process.

6059


How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen

1741


Explain transaction testing?

661


Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?

726


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 { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1944


150 integration testing scenarios for gmail

12046