Answer Posted / tester
test wether it accepts any no of characters
2.characters r not case sensitive
3.test wether navigation page is related 2 our search
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
Write test cases for 8+4?
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
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
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
Explain which test cases are written first black boxes or white boxes?
write a test case for yahoo compose page?
What is explain security testing?
Scenarios to test wireless Speaker via bluetooth
what is the technology used in financial applications?
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.
How to write email id in world wide web
how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance
Explain the monkey testing?