Give examples of boundary value and equivalence
partitioning test cases.

Answer Posted / arghodip roy

To understand this better , lets consider the behavior of
tickets in the Flight reservation application , while
booking a new flight. Ticket values 1 to 10 are considered
valid & ticket is booked.

In equivalence partion :
-----------------------------

Invalid valid Invalid -----> 3 partitions class

-9 -8.. 0 | 1...10 | 11....999999 and so on

Boundary value analysis :
--------------------------

0,1,10,11 are BVA .

Is This Answer Correct ?    14 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Who will take care of test plan and test case?

1656


What are basic types of test cases?

702


can any body help me with providing a a case for usability testing...

1683


In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...

1677


Explain the static testing?

707






what is the technology used in financial applications?

2919


Scenarios to test wireless Speaker via bluetooth

4755


A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?

1509


write the testcases for migrating data from one database to another database?

1905


What is the domain testing?

674


Why is it that the boundary value analysis provides good test cases?

785


In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output Input: 1. software Testing Output: 1.software testing

1385


how to write a test cases for courier offices?

3367


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 { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1941


How to write test cases for lift?

825