Please give me a test case scenario for search engine covering all the
fuctionalities
Answer Posted / irshad
With above answer you can also check the following things
1. Copy pest other fonts in search box and hit enter.
2. Enter mathematical equations.
3. Enter programming code, SQL queries, HTTP code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to write email id in world wide web
write a test case for telephone billing ?
I need GUI test case for home page?
What is gray box testing?
Could you pls give me sites where i can test card? mail me to
i m a fresher working in healthcare industry. here we hve no tool for testing. how i ll do manual testing?plz suggest anyone me urgently... i knw to write test case bt i dont knw where to write n how to execute it manually
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
How many test cases u will write for Acceptance testing?
Explain the concept of semi-random test cases?
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile
Scenarios to test wireless Speaker via bluetooth
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
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
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?