what would be the negative test case for serach that break
the search .
Answer Posted / psrisusee
Negative test cases for a Search, should be based on the
requirment.
The only posibility is
We have to Use the Equlance Partitioning and Boundary value
analysis and Error guesing.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
"search"test cases on Linkedin website and how will you write test cases on it?
How to write test cases or test scripts for UAT testing which is done manually
Explain the acceptance testing?
write the testcases for migrating data from one database to another database?
Write test cases for 8+4?
how to write test cases for smart meter for gas and electricty
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 basic types of test cases?
Explain the format of a requirement traceability
1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks
How should I maintain the test cases and Test Log for different versions/builds of the application.
Explain which test cases are written first black boxes or white boxes?
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
Test a file replication service that copies files from one net location to another