Give examples of boundary value and equivalence
partitioning test cases.

Answer Posted / akhil mohan

For the instance consider the 10 digit mob number which
starts with 9,so the valid range can be from 9000000000 to
9999999999.Then by boundary value analysis we get 6 input
data
1.Input less than lower boundary => 9000000000-1.
2.Input equals to the lower boundary => 9000000000.
3.Input greater than the lower boundary =>1 9000000000+1.
4.Input less than upper boundary => 9999999999-1.
5.Input equals to the upper boundary => 9999999999.
6.Input greater than the uppper boundary => 9999999999+1.

From the above test cases four test(2,3,4,5) cases will
pass the conditions and rest two(1,6) will fail.

Is This Answer Correct ?    49 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1905


How to test Webservices and how can we write test cases for that

2899


What is component testing?

742


WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES

2365


If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date

2073






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

8527


Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.

2209


User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox

1166


can one defect be mapped to more than one test script in manual testing

2007


write test cases for hospitality management system

2042


If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.

1568


I want 100 test scenario for gmail

3932


What is Initial Configuration?

1956


how to test stand alone programs?

2094


Explain the system testing?

696