Write test case for a search engine?
Answer Posted / dada_khairnar
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.
The above mention answer is the general overview for search
engine. If you are looking for any perticular conditions
mention it.
| Is This Answer Correct ? | 26 Yes | 10 No |
Post New Answer View All Answers
Explain the static testing?
For how many days (or) weeks you will test a product or software?
If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.
Write a test case for computer keyboard?
how to write a test procedure & test log for login system
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
What are the Test Cases Comes under Regression Suite?
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
Explain the ad hoc testing?
how to write test cases for the example state name starts with A B C D E F G H I J K L Z
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.
Explain the acceptance testing?
how to write test cases for online restaurant table booking system?
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?