Give examples of boundary value and equivalence
partitioning test cases.

Answer Posted / prince

1000-2500----->no tax
2501-4000---->tax 5% of there Salary.
In EQUIVALENCE : values from 0 t0 999 is put together in
one class c1-means it shd behave in same manner- invalid
values
values from 1000 to 2500 in class c2 - notax
values from 2501 to 4000 in class c3- 5% of there salary
like wise grouping the values in bifferent classes,
To put this in simpler words, since it is practically
infeasible to do exhaustive testing, the next best
alternative is to check whether the program extends similar
behaviour or treatment to a certain group of inputs. If
such a group of values can be found in the input domain
treat them together as one equivalent class and test one
representative from this. This can be explained with the
above example.

Boundary Value: taking the above example
1. if user typedin 999rs -it shd promt as invalid
2. when 1000rs it shd not promt as invalid and no tax shd
be taken.
3. when 2501 is typed 5% of tax shd be taken

this is called Boundary value

Is This Answer Correct ?    62 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.

1925


Write test cases to test a browser app

1253


Explain the sanity testing?

685


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

3370


What is test environment? Elaborate with example.

644






can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u

1668


Explain the concurrency testing?

662


can anyone please help me in writing Test cases for HRMS,ERP and for CRM Apllications...I am joined as a trainee.so i have to write test cases for these applications..Soo can anyone pls help me....mail id: bapuji.karyampudi@gmail.com....Please reply me guys.

2972


Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu

1778


How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.

1443


150 integration testing scenarios for gmail

12015


Write a test case of login window?

709


what is black box system in software development in system analysis and design?

1658


Explain the unit testing?

663


What are semi-random test cases?

856