HiCan you please help me in validating the following featuresU can access the product online its www.superpages.com 1) In Home page enter following inputs and click on Find It button Keyword=Florists location=Burlington MA It displays all the Florist shops available in Burlington but how should i validate them that the correct results are getting displayed? Should we validate them by checking in db by writing a query that the records displayed in DB and Application are same But it displays many records then how should i handle?? 2) We have feature where it will display the map when we specify the start and end locations How do we validate the map?Thanks in Advance Swathy

Showing Answers 1 - 3 of 3 Answers

Hyma

  • Nov 7th, 2006
 

Hi,

  For ur first question the answer is as follows.It is related to DB.The interviewer who have questioned u would have given u the name of the Table where the information related to florists are stored.

Query to execute: SELECT * FROM TABLENAME

                          WHERE LOCATION='BURLINGTONMA'

It displays all the Florist shops available in Burlington.

Sorry i dont know the answer for ur second Question.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions