Test cases for MSN Search Engine

 1 : Check for auto completion feature  (The auto completion based on the
prefix should provide suggestions for the most searched keyword with that
prefix)
.
 2 : The spelling correction feature which shows as to what the user
actually meant. This should be highly relevant to the input query.

3 : Speed of page searches is done using usually caching the pages , check
for that required speed with various benchmark tests.

4 : then you can test for the protocols , the maximum load the server can
bear by stress testing it.

5 :The results returned usually should be highly relevant  (test for that) ,
the count of results returned should be validated  .

6 : If the search engine supports various languages , then it should be
tested on various languages .

7 :You can test for working of various buttons on the search web page .Test
various links on the page.

8 : Test for the validity of GET or POST requests sent by the search engine
.

9 :Check for validity of links on the results page . check various links are
working or not through a bot.

10 : The Validity of Page rank algorithm used can also be tested for various
search queries.The machine learning object fitted  in search engine should
be tested with various kinds of inputs to make it learn the behavior .

On Fri, Jul 29, 2011 at 11:13 PM, vaibhav agarwal <
vibhu.bitspil...@gmail.com> wrote:

> what has palindrome to do with this?
>
>
> On Mon, Jul 18, 2011 at 1:11 AM, swetha rahul <swetharahu...@gmail.com>wrote:
>
>> Thanks everyone!!
>>
>>
>> On Sun, Jul 17, 2011 at 10:56 PM, ankit sambyal 
>> <ankitsamb...@gmail.com>wrote:
>>
>>> Check for case senstivity also:
>>> eg:   "Madam" and "madam" both are palindromes.
>>>
>>>
>>> Also for clarify with the interviewer whether whitespace and
>>> punctuation can be ignored.
>>> eg: is the following string a palindrome or not:
>>> "A man, a plan, a canal, Panama"
>>> And check for this condition accordingly
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "Algorithm Geeks" group.
>>> To post to this group, send email to algogeeks@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> algogeeks+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/algogeeks?hl=en.
>>>
>>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Algorithm Geeks" group.
>> To post to this group, send email to algogeeks@googlegroups.com.
>> To unsubscribe from this group, send email to
>> algogeeks+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/algogeeks?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>



-- 
Regards
Rajeev N B <http://www.opensourcemania.co.cc>

"*Winners Don't do Different things , they do things Differently"*

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to