Write test case for a search engine?

Answer Posted / swagata mukherjee

Test cases for search engine is depends on the SRS
(including business req.), web page layout (GUI) depending
on this we are writing test cases.
Search Engine depends on Metatag Title, Metatag
Keywords,Metatag Description.
When we Write test case for a search engine we first
concentrated on the proper Metatag Title which is most
important for SEO.

Is This Answer Correct ?    6 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Suppose a job should be executed for every two hours? Write test case for this?

700


how to write test cases for smart meter for gas and electricty

2447


What is explain security testing?

714


How to write test cases or test scripts for UAT testing which is done manually

4945


How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database

1520






Please can any one tel how to write the test cases for these Requirements:- 1.The applications sends the periodic data 2.The applications sends the alarm data 3.The Application stores the Periodic data and alarm data if it is unable to send 4.the application having the configure through GPRS or SMS

1874


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

1780


WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES

2360


Explain the sanity testing?

689


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

6048


How should I maintain the test cases and Test Log for different versions/builds of the application.

1967


Explain the format of a requirement traceability

633


pls i want test cases for oss? whts the process of oss testing

2005


Write test cases to test a browser app

1260


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);

1936