what would be the negative test case for serach that break
the search .
Answer Posted / meha
Simple, Search for a alpha-numeric value or the value which
is not your specified in the given search criteria or
requirement.
Boundary Value analysis.MAX+1 or Min -1 .
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
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
How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen
pls i want test cases for oss? whts the process of oss testing
How to write test cases for "open file dialog box" for ms word? Thanks a lot!
Explain the scalability testing?
hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com
What is the difference between test scenarios, test cases, and test script?
How to write the test cases for STP
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
write a test cases for WLAN
Why does the boundary value analysis provide good test cases?
How to write test cases or test scripts for UAT testing which is done manually
In a log in page what will be test procedure, test scenario, test description & test steps?
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox