Give examples of boundary value and equivalence
partitioning test cases.

Answer Posted / rinesh

For the instance consider the 5 digit mob number which
starts with 9,so the valid range can be from 90000 to
99999.Then by boundary value analysis we get 6 input
data
1.Input less than lower boundary => 90000-1.
2.Input equals to the lower boundary => 90000.
3.Input greater than the lower boundary =>1 90000+1.
4.Input less than upper boundary => 99999-1.
5.Input equals to the upper boundary => 99999.
6.Input greater than the uppper boundary => 99999+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 ?    38 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1813


Do you know mutation testing?

696


i am preparing for interviews in real time job what test cases we have to prepare please explain with example?

1895


Write all test cases for Bus Pass Renewal

1070


how to write a test procedure & test log for login system

2764






Explain the scalability testing?

659


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

2066


Explain the functional testing?

666


What is transaction testing?

730


Explain the static testing?

696


They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.

1509


Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.

2444


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


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?

2573


Explain which test cases are written first black boxes or white boxes?

663