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
pls i want test cases for oss? whts the process of oss testing
150 integration testing scenarios for gmail
What are semi-random test cases?
WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
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
Explain the ramp testing?
write test cases for flipkart.
Can some body help to write possible test cases for a credit card at POS (point of sale)
How to write test cases for lift?
What is the toughest moment you faced in your testing carrier in which everyone praised you?
Write a test case of login window?
How to write test case for this scenario. If the Zip Code field is populated, the system shall compare the zip code value entered to the zip code value in the Family Individual Information Tab
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)